Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi
I have a retail dashboard, where I analyse sales performance by band. I have 3 formulas that rank all Brands by the store (based on the type of product sold).
- Niche Rank (Ranks all sales from 'Niche' products)
RANK(NICHE) = IF (
NOT ( ISBLANK ( [NicheSales(TY)] ) ),
RANKX (
FILTER ( ALL ( 'Niche Dashboard'[FINAL BRAND]), NOT ( ISBLANK ( [NicheSales(TY)] ) ) ),
[NicheSales(TY)]
)
)
- Classic Rank (Ranks all sales from 'Classic' products)
RANK(CLASSIC) = RANKX(ALL('Niche Dashboard'[FINAL BRAND]),[ClassicSales(TY)])
- Overall rank (Ranks total sales)
RANK(OVERALL) = RANKX(ALL('Niche Dashboard'[FINAL BRAND]),[NDAllSales(TY)])
However, I noticed that when all brands are selected, the RANKX fuctions works perfectly, but if I select just 1 brand (see the second picture) the ranks go up by 1 for the selected brand. I have no idea what the issue is.
UNFILTERED
FILTERED
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
13 | |
11 | |
10 | |
9 |
User | Count |
---|---|
18 | |
14 | |
14 | |
12 | |
11 |