Forum Discussion
HitcH
3 years agoHelper II
Rank not working
Hello Power BI people I want to see the rank of my products, based on sales, but I get some multiple ranks: As you can see RANKkK is showing 6 rank 1 and 3 rank 5. This is the formula that I'...
- 3 years ago
Auto - Solved
The correct formula:
RANKkK = RANKX(ALL(Controlling[VIB]), CALCULATE(sum(Controlling[Fatt. lordo])), ,DESC)
HitcH
3 years agoHelper II
Auto - Solved
The correct formula:
RANKkK = RANKX(ALL(Controlling[VIB]), CALCULATE(sum(Controlling[Fatt. lordo])), ,DESC)