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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
hamachekm
Helper I
Helper I

Conditional Ranking as Calculated Column or Power Query

I'm trying to add a ranking to a table. In this simple example, I want to rank the cost of each Fruit. This ranking will then be used to pull in a value from another table, so I want to do this either in Power Query or as a Calculated Column. (In Excel, I'd use =SUMPRODUCT((C:C<=C4)*(A:A=A4)) )

 

Thanks - Mike

 

FruitStatePriceFruit Rank
AppleWI1001
AppleTN5004
AppleCA2002
AppleWA3003
PearWI2002
PearCA1001
PearTX4003
1 ACCEPTED SOLUTION
CNENFRNL
Community Champion
Community Champion

@hamachekm , you might want to refer to the following solutions in Power Query and in calculated column,

 

Power Query solution

Screenshot 2021-03-30 232214.png

 

Calculated column solution,

Screenshot 2021-03-30 232250.png


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

View solution in original post

1 REPLY 1
CNENFRNL
Community Champion
Community Champion

@hamachekm , you might want to refer to the following solutions in Power Query and in calculated column,

 

Power Query solution

Screenshot 2021-03-30 232214.png

 

Calculated column solution,

Screenshot 2021-03-30 232250.png


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.

Top Solution Authors