Forum Discussion
HugoJesus
Helper IV
4 years agoRANK BASED EXPRESSION TABLE
Hi everyone, I need help with this, I've searched in all forums but, noone have a solution to my case. For better understanding, I've attached the example of my PBIX, in a very very simple w...
- 4 years ago
To solve my problem I've used this. ..
Breaking Ties in Rankings with RANKX Using Multipl... - Microsoft Power BI Community
ToddChitt
Super User
4 years agoTry something like this:
My Rank = CALCULATE ( RANK (sorry, I don't remember the syntax of RANK function), ALL ( 'Main Table' ) )
That will ensure that the [My Rank] measure is NOT affected by slices of the 'Main Table'.