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’.
I was thinking aoubt making a table specifically for ranking, but why wouldn't the rank work dynamically? Also the Points for rank is a measure not a column. I'll post the dax for it below:
The table name "Charge Off Collections" appears several times in the formula, but I think an error may be occurring in the calculation because [PointsForRank] is a measure and not a column.
Let's ask CST to tell us the correct answer! (^^)/
DAX: