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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Steve_L
Frequent Visitor

Problem with RANKX

Hi I try to create a rank measure, it works if I only have SKU and rank in the pivot table, but once I put product name column, all of the products return 1, is there any reason why? How can I rewrite my code? Thanks a lot!

 

 

 

=RANKX (
    ALL ( 'Total Sales'[SKU] ),
    CALCULATE (
        SUM ( 'Total Sales'[Value] ),
        'Total Sales'[Value Type] = "Gr Sales",
        DATESINPERIOD (
            'Total Sales'[Month/Year],
            LASTDATE ( 'Total Sales'[Month/Year] ),
            -12,
            MONTH
        )
    ),
    ,
    DESC,
    DENSE
)

This code works exactly what I want when I have below pivot table setting:

 

SKURank 
1111
2222
3333
4444

 However, the code returns all 1 when I add one more row field in above table:

SKUProduct NameRank 
111aaa1
222bbb1
333ccc1
444ddd1

 

 

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

Hi @Steve_L

 

Try Modifying this part

 

=RANKX (
    ALL ( 'Total Sales'[SKU] , 'Total Sales'[Product Name])

View solution in original post

2 REPLIES 2
Zubair_Muhammad
Community Champion
Community Champion

Hi @Steve_L

 

Try Modifying this part

 

=RANKX (
    ALL ( 'Total Sales'[SKU] , 'Total Sales'[Product Name])

Thanks @Zubair_Muhammad

 

You are the rock!

 

By the way, why is it work once I change my code like this?

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.