Forum Discussion
Nitinlad360
3 years agoRegular Visitor
RankX DAX function
Hey, I'm trying put Dynamic index in matrix tried all the dax from youtube didn't work, not sure where I'm wrong getting one for every centers
v-yueyunzh-msft
3 years agoCommunity Support
Hi , Nitinlad360
According to your description, when you use the rankx , it always returns '1'.
The dax you provide is wrong in the scope of the ALLSELECTED() function.
You cna try to use this dax code:
Measure = RANKX(ALLSELECTED('Groups'[CompanyName]),CALCULATE(SUM('Groups'[preferredCapacity])))
For more information, you can refer to :
Use of RANKX in Power BI measures - SQLBI
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly