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.
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! 😀
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
88 | |
52 | |
45 | |
39 | |
38 |