Forum Discussion

DFPRO's avatar
DFPRO
Frequent Visitor
2 years ago
Solved

RANX returning Multiple Ranks for Same Value

A seemingly simple rankx measure is not returning the values I would expect, and I have tried everything to figure out the issue.    I have a table of Scores per Person, where each Person may have ...
  • parry2k's avatar
    2 years ago

    DFPRO I have seen in the past, it is usually because of the decimal numbers rounding, try using following code or I would recommend use new RANK function, but first try with this

     

    rankx(allselected(Table[Names]),CURRENCY([Average]),,desc,Dense)