Forum Discussion

Lokisame's avatar
Lokisame
Helper I
7 years ago
Solved

Ranking

Hello,  In my company we create contest for our managers. I need to displey resoults. I allready created measure whitch counts managers score and the score components. Now I need to create me...
  • v-lili6-msft's avatar
    7 years ago

    hi, Lokisame 

    You could use RANKX Function to create your expected measure as below:

     

    Ranking = RANKX(ALLSELECTED(Table1),CALCULATE(SUM(Table1[Score])),,DESC)

    Result:

    Best Regards,

    Lin