Forum Discussion

Igor_Reis_HG's avatar
Igor_Reis_HG
Regular Visitor
2 years ago
Solved

Add count of values in a slicer visual

I have managed to create a slicer visual that not only shows the unique values of a column I want to filter but also the amount of times these values appear in the column, as shown in the picture bel...
  • vicky_'s avatar
    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.