Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi My rankX gives all 1.
This is the code
Solved! Go to Solution.
Hi @Anonymous ,
By my test, there may be two reasons for your problem.
1.You can modify your formula to “Ranking=RANKX(ALL(Enhet),[Medelkontinuitet])”.
2.If it still not work, you can verify if the measure “[Medelkontinuitet]” has the same value in the table “Enhet”.
Or you are still confused about it, please provide me with more details about your problem.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous Are you using the same column inside RANKX and the Visual/Matrix?
Hi @Anonymous ,
Hi @Anonymous ,
By my test, there may be two reasons for your problem.
1.You can modify your formula to “Ranking=RANKX(ALL(Enhet),[Medelkontinuitet])”.
2.If it still not work, you can verify if the measure “[Medelkontinuitet]” has the same value in the table “Enhet”.
Or you are still confused about it, please provide me with more details about your problem.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
I'm having the same problem,
I created a measure from the same table.. BAD measure is also from CSAT Table.
But why does this work..
Using the whole table worked!
@Anonymous See if this helps. You probably need a CALCULATE or something:
To *Bleep* with RANKX! - Microsoft Power BI Community
If you're calling a measure, then there's an implicit CALCULATE already.