Forum Discussion
RankX is not Ranking correctly
- 1 year ago
For your reference.
Step 0: I use these DATA.
Step 1: I correct the formula.
Rank =
RANKX(
ALLSELECTED('Charge Off Collections'),
CALCULATE(
SUM('Charge Off Collections'[PointsForRank]),
ALLEXCEPT('Charge Off Collections','Charge Off Collections'[Operator Name], 'Charge Off Collections'[Team Name])
),
,
desc,
Dense)Step 2: I make a ’Table’.
Anonymous What's your PointsForRank formula? Also, try using RANK instead of RANKX
I tried using the rank function but it was even worse than the rankx
I'm just confused why the pointsforrank are so clearly expressed in the table, yet the rankx seems to not even be looks at the values at all. If I understood how the rankx function was actually calculating the rank, I feel like this would be a lot easier.
here's my pointsforrank dax: