Forum Discussion
dmoney7612
4 years agoHelper II
RankX formula question
I am trying to rank sales leaders based on their average daily sales growth rate. The expression I am using seems to work, but any reason why the rankings would be arbitrary numbers instead of 1, 2, ...
- 4 years ago
Any chance you can provide sample data or PBIX file?
- 4 years ago
dmoney7612 what is Employee Id, can you remove that from the visual and check if it works, maybe it is passing the row filter context to the measure?
dmoney7612
4 years agoHelper II
Now each ranking appears as "1". Are there any other tweaks needed to the expression?
Leader ranking = RANKX (ALLSELECTED('EC Hierarchy'[VP]),[ADS % Growth],,DESC,Dense)
dmoney7612
4 years agoHelper II