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 have a table of all sales orders, including product group, order reference, order qty, customer, plus various other attributes.
I want to be able to create a report that summarises the order qty by customer and display the top 20 customers
I then want to apply a filter to change the product group
However i cannot seem to write the correct formula for establishing the rank.
Thanks
Hi, i am new in this community and still trying hard to navigate around.
i am trying to rank my supplier performance using the following DAX but the result still showing rank = 1.
Ranks = RANKX(ALL('NCR report'[Total NCR]), SUMX('NCR report', 'NCR report'[Total NCR]),,ASC)
please help..
HI @Anonymous ,
You can create a RANKX Measure
Ranks = RANKX(ALL('NCR report'[Supplier]), [Total NCR],,ASC)
Regards,
Harsh Nathani
Hello,
Are you sure you need a measure to get the desired result?
It is possible to display a dynamic TOPN in a visual that is influenced by slicers;
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 |
---|---|
19 | |
7 | |
6 | |
5 | |
4 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |