Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
10 years ago

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...