Forum Discussion
NataliaLM
2 years agoNew Member
Create Slicer Based on Measure Value
I would like to create slicer based on "ABC" Measure: I fave following data table: And following Measures: Total Sales = SUM(Sales[Sales]) Cumulative % = VAR thisP...
ChiragGarg2512
2 years agoSolution Sage
NataliaLM Slicer can not work with measure. Create a conditional column with the help of the same dax formula and use that column in slicer.
Thank You.