Forum Discussion
JOKA
Advocate I
7 years agoRANKX in Card
Hi! I´m having trouble with a Rankx measure when displaying on a card. I have a rank of sales by user: Rank = RANKX(ALL(TABLE[User]);[Sales];;DESC;Dense) If I use Rank in a table all users have t...
- 6 years ago
In case there´s someone else with the same problem. There´s something wrong when you try to rank decimals. To solve the problem we had to change the measure in the overall rank to integer.
Anonymous
3 years agoNot applicable
Hello!
I found this in other forum and it works!
= RANKX(ALL(Products), SUMX(RELATEDTABLE(InternetSales), [SalesAmount]))
- Anonymous3 years agoNot applicable
Thank you!