Forum Discussion
Anonymous
10 years agoNot applicable
Using RankX in DAX For PowerPivot / PowerBI
A common reporting need is to rank a certain Attribute by a value. In DAX, the syntax is the following: RANKX(<table>, <expression>[, <value>[, <order>[, <ties>]]]) As always, you can also r...
Anonymous
7 years agoNot applicable
Anonymous Best example of how to use RANKX that I have come across, grateful you provided 3 samples of usable DAX including the version that removes the grand total. Thanks so much for posting!