Forum Discussion
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
- VijayPCommunity Champion
Anonymous
you can use field parameters else
you can refer to this video
https://www.youtube.com/watch?v=_U2M0Hkotl4&list=PLWQB3PEUJKRneu8fam5CaCMCdrIdT_zDD&index=3
https://www.youtube.com/watch?v=mJ9LSFGPMIg&list=PLWQB3PEUJKRneu8fam5CaCMCdrIdT_zDD&index=4
- AnonymousNot applicable
Thank VijayP . Unfortunately doesnt seem to address my query 😞
- v-yadongf-msftCommunity Support
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.