The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
How do I get RANKX to work on filtered data source where same product appears on multiple rows?
In this Excel example, the data loads easily into a pivot table for the desired result.
As you can see, Banana ranked #2 in the WEST, but #3 in the EAST.
What am I missing in my RANKX calculated measure?
I want to be able to filter on different Time Period, different Geography, different Brands and rank to change based on slicer/filtering. Thanks.
Solved! Go to Solution.
Hi FreemanZ
That helped, but the rank result is not correct when filtered or unfiltered.
Hello @tarmerj1
THANK YOU! Both of your options work, but option 1 is my desired result.
I am going to use:
$ RANK = RANKX(ALLSELECTED(ItemRANK), CALCULATE(SUM(ItemRANK[Dol$ Sales])), ,DESC)
The fix was to remove [Product] from ALLSELECTED. Thanks @tarmerj1 and @FreemanZ, much appreciated.
hi @Kirk_1
try like:
$ RANK = RANKX(ALLSELECTED(ItemRANK[Product]), CALCULATE(SUM(ItemRANK[Dol$ Sales])), ,DESC)
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |