Forum Discussion
Erika_S
Helper I
6 years agoRankx not working
Hi everyone, Hope maybe you can help? I am trying to build Rankx measure but it keeps coming back with 1 to 66 🙂 This is the dax i tried: Ranking = RANKX(ALLSELECTED('Agent level stats'), CALCUL...
- 6 years ago
Erika_S ,
formulas
Calls = SUM('Table'[Number of Calls Handled])
Rank = rankx(ALLSELECTED('Table'[Agent ID]),[Calls],,DESC,Dense)what it is showing
Greg_Deckler
Community Champion
6 years agoErika_S - I agree with vanessafvg , sample data and expected output please. This may help in the mean time https://community.powerbi.com/t5/Quick-Measures-Gallery/To-Bleep-with-RANKX/m-p/1042520#M452