Hi community,
I have used this formula before, and this worked:
CountA(Filter('Task DB';Priority.Value = "High").Priority)
Now I am working on another table and changed the formula to:
CountA(Filter('Action Tracker';'Task Status'.Value = "New").'Task Status')
But this time it is not working.
Does anyone see what I am doing wrong?