Forum Discussion

Shan_Drex12's avatar
Shan_Drex12
Helper I
5 years ago
Solved

Ranking question error

HI All,

 

I'm trying to do a ranking based on the highest accumulated days for detention.

 

I have the formula below, but the ranking seems to be out of order:

Rank = RANKX(ALL(Sheet1[Material Description]), CALCULATE(COUNT(Sheet1[# of Days in Detention])),,DESC)
 

 

5 Replies