Forum Discussion
Anonymous
3 years agoNot applicable
Rankx function displaying 1 for all rows even after using all
Hi, I am unable to get correct results with rankx function, can anyone please help me what an i doing wrong in the dax? every row is returning rank as 1. olgad
Anonymous
3 years agoNot applicable
Hi Anonymous ,
You can modify your formula:
Measure =
RANKX(
ALL('vendors by total appntmts'),
CALCULATE(SUM('vendors by total appntmts'[total_appntmts])),,DESC,Dense)
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you
This is the related document, you can view this content:
Solved: Rankx all return 1 - Microsoft Power BI Community
Solved: RankX gives all 1 - Microsoft Power BI Community
powerbi - power bi RANKX returning 1 for all rows - Stack Overflow
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.