Forum Discussion
amani1980
1 year agoFrequent Visitor
Rank based on measure
Hello, I have an issue with my PBI model where I'm trying to rank people based on a measure. I have calculated rank using RANK function. However, rankings do not change when I toggle between year...
- 1 year ago
Thanks for the replies!
I was fumbling with RANKX for nearly a day and then stumbled upon RANK by accident (here in this forum) and it worked by accident and I didn't even realize it.
Rank Measure = RANK(DENSE,ALL(Names),ORDERBY([Measure],DESC),,)Appreciate your time!
ribisht17
1 year agoSuper User
HI amani1980
Are you sure ?
It works as expected,
Here is my video on Power BI rank function https://youtu.be/IlB3Ezlrmro
Regards,
Ritesh
Please mark the answer if it is helpful so that it can help others as well