Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Slicer Slider With Average Values.

Hello,   Does anyone knows how to change the value releflected in the slicer slider/between to be base on average values  and not the  min and max of the value data?   For example my data max per...
  • parry2k's avatar
    7 years ago
    Spoiler
     

    Anonymous  you probably already know that you cannot use measure as slicer. One way you can do it is to create a table using DAX from your average value and then use that table for slicer and to filter your dataset.

     

    It is bit of work but can be achieved.