Forum Discussion
Card not showing correct count when using table visual filters
I have a table with multiple filters (20 or more) that the user can select as needed, Also have slicers that have pre-determined filtering, I want to be able to show on a card the total count of records in the table after applying multiple Visual filters. Currently the card only shows count of records filtered by the slicers but won't change when selecting filters in the visual. In the example total products should show 87 but card count is not showing filtered count
BeAStar okay, I figured out what is going on! Completely a rookie error on my part. The color filtering you are doing in the Filter pane is at the Visual level, not at the page level.
Below is using the Countrows with a Slicer:
Below is the Countrows however filtering Color on the table visual:
Ultimately, when you have the slicers in there, and you are filtering, it won't be an issue. If you want to use the Filter pane options, then just add colour to the page filter level like below:
Hope this helps!
Theo 🙂
BeAStar no problem. As long as you understand that by adding the filter at the Visual level, you are restricting the filter to that Visual. If you want to have other visuals on the page filtered based on a filter selection, then just move filter from the Visual to the Page level. This gives you what I gather you are after (e.g. no slicers and the KPI card to give the number of row in the table).
All the best with it!
Theo