Forum Discussion
Marcus_swe
7 years agoFrequent Visitor
RANKX - inconsistent ranking
Hi, I am new to the PowerBi world, mostly fun but i have been stuck on this issue for some time now. I can't figure out why i can't get the RANKX function to work. I want to summarize all the sales...
- 7 years ago
Hi Marcus_swe
You may use below measure:
Ranking by sales = RANKX ( ALL ( Table1[Sales Person ID] ), CALCULATE ( SUM ( Table1[Sales] ) ), , DESC, DENSE )Regards,
Anonymous
7 years agoNot applicable
Hi Marcus_swe ,
Please follow this link.
1.
http://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
2.
Revert me back if any doubt.
Best Regards,
Ravi