Forum Discussion

MichaelJSpence's avatar
MichaelJSpence
New Member
3 years ago
Solved

Dealing with ties in RANK

So I'm trying to add a couple of calculated columns with the Rank function in DAX but I'm having trouble getting it to work properly and skip after ties. I want to do other calculations based on the ...
  • nandukrishnavs's avatar
    3 years ago

    MichaelJSpence  Try this

     

    Column =
    RANKX ( 'Challenge', 'Challenge'[Person A Score],, ASC, SKIP )