I am working on a dashboard that is used to provide the user with wrong values using filter in certain tables. I have displayed everything to their liking so far, but they wish for a display of a number that shows how many entries are in a visual (so basically how many wrong values are in the visual)
I've tried to use COUNTROWS
but it only provides me with the number of total entries in the entire table, not a single visual.
This is what it should look like:
Is there a way to implement this?
Tried using COUNTROWS
but didn't find a way to filter for visuals