Forum Discussion

HitcH's avatar
HitcH
Helper II
3 years ago
Solved

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'...
  • HitcH's avatar
    3 years ago

    Auto - Solved

    The correct formula:

    RANKkK = RANKX(ALL(Controlling[VIB]), CALCULATE(sum(Controlling[Fatt. lordo])), ,DESC)