Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Converting Filters to Slider

Hi, I have a Top N filter on my visuals based on average market share (a measure computed). May I know if I can convert this into a slider instead of having it under the filters? If so how do I do it?

Any help is appreciated. Thank you!

 

 

  • Hi Anonymous ,

     

    This is my test table:

     

    Create a rank column:

    Rank = RANKX('Table','Table'[Sales],,DESC,Dense)

     

    Using Rank column to create a slicer:

     

    I think this is the result you want:

    Best regards,

    Yadong Fang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

3 Replies