Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Ranking not working correctly in map

Hi,   I am trying to show the Top X sales person based on a slicer both in a table and on map. For that purpose I use the follwing measure as a visual filter: Rang Salesstaff Map Sales Top X = V...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi Anonymous 

    I change your Rank measure and achieve your goal.

    New Rank Measure:

     

    Rank = RANKX(ALL('Sales Staff'),CALCULATE(SUM(Sales[Sale])),,DESC,Dense)

     

    Result:

    Best Regards,

    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.