Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I'm trying to achieve a ranking accross look up tables. My 'Volume Ranking' formula seems to work great:
Until I bring in the 'Sub Group Description' field (each product is part of a subgroup):
I've tried to get around it using the following, but obviously it's not working:
Volume Ranking 2 = calculate(rankx(
ALLSELECTED('Product Info Table'[Product Info]),sumx(RELATEDTABLE('Sales Reports'),'Sales Reports'[Quantity]),,DESC),
ALL('Product Info Table'),
VALUES('Product Info Table'[Product Info]))
Here are the 2 relevant tables:
Can anybody tell me how to tweak my formula so that the ranking is iterated accrross the Product Info, regardless of the SubGroup?
Solved! Go to Solution.
@zndavies ,For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
https://radacad.com/how-to-use-rankx-in-dax-part-3-of-3-the-finale
https://community.powerbi.com/t5/Community-Blog/Dynamic-TopN-made-easy-with-What-If-Parameter/ba-p/3...
@zndavies ,For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
https://radacad.com/how-to-use-rankx-in-dax-part-3-of-3-the-finale
https://community.powerbi.com/t5/Community-Blog/Dynamic-TopN-made-easy-with-What-If-Parameter/ba-p/3...
Thank you so much! It worked using the ALL function together with both my product and subgroup fields.
This has made my day! 😀
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
59 | |
36 | |
35 |
User | Count |
---|---|
99 | |
57 | |
56 | |
46 | |
40 |