Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
38 | |
31 | |
26 |