Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Rank to be given

I have this data how can I provide them rank.   Store Name SUM(CALLS_SUM) AD         12,741 ADM        14,507 AE         990 AEDU       201 AEM        4,395 AEMD       2...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Thanks... finally able to figure it myself... used this

     

    Rank = rankx(ALLSELECTED(Sheet2[PRICE_NAME]),CALCULATE(sum(Sheet2[SUM(CALLS_SUM)])),,desc,dense)