Forum Discussion
Anonymous
6 years agoNot applicable
Create a Rank
Hi, I'm trying to create a ranking of the accounts count of this table. That table is a duplicate of another table that has the real data. I created that table using the command "g...
- Anonymous6 years ago
Hi Anonymous ,
You can use this measure
Rank Account Name = RANKX( ALL(Table3[Account Name]), CALCULATE(SUM(Table3[Count])),,DESC,Dense)Regards,
Harsh NathaniAppreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Anonymous
6 years agoNot applicable
Hi. Thanks! But I received the same number 1 for all accounts in the ranking 😞
AntrikshSharma
6 years agoCommunity Champion
Can you share the pbix file or the diagram view of your model?