Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Wycliff94
New Member

RANKX not working properly (Adding 1 to the Rank when filtering a selection)

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

rank(without filter).png

 

FILTERED

rank(with filter).png

0 REPLIES 0

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.