Forum Discussion
Anonymous
4 years agoNot applicable
Visual for top 3 result
I got sales amount by state. I would like to heigh light the top 3 states by sales amount. Which visual should I use?
- Anonymous4 years ago
Hi Anonymous ,
I think histogram is more suitable, such as stacked column chart.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
4 years agoSuper User
Anonymous , Create a TOPN measure , you can use that in pie, bar or any visual you like
calculate([total medal medlist],TOPN(3,allselected(Table[ID]),[total medal medlist],DESC), values(Table[ID]))
refer
TOPN: https://www.youtube.com/watch?v=QIVEFp-QiOk&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=42