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...
SamTailor
8 years agoHelper I
God bless the author of this subject! Thanks a lot, it helped me!