Forum Discussion
Add count of values in a slicer visual
- 2 years ago
I don't think this feature is doable with PowerBI's existing slicer. The reason that the values won't change is that calculated columns and tables only change when the report is refreshed. But at the same time, we can't use measures in slicers.
As a work around, you could try use a table / matrix with the status and measure for countOccurences, and turning on visual interactions for cross-filtering.
Hi vicky_ san and Igor_Reis_HG San,
It is do able with new slicers visual in Power BI .Version: 2.126.927.0 64-bit (February, 2024).
I have attached the snippet of my dashboard.
In new slicers visual, we need to add field values for labels and they are interactive and dynamic.
How did you calculate your measure that you used for the label?
- Anonymous1 year agoNot applicable
I would also like to know how you calculated it.
- idkwhatimdoing1 year ago
Advocate I
I believe I ended up doing it with just a basic measure of Count = COUNTROWS(Table) and then used that for the label.