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
JBrunetUdec
Frequent Visitor

Can't find a way to rank rows based on a measure

Hey! First time posting here. I'm having an issue and I've been trying to solve it for the past three days. I have a table ('ID') with a single column ('ID'). This has the ID's of different assets (It is in black just in case). I also have a measure ([SCORE]) that assigns a score to each ID. What I need is a measure that returns the ranking of each asset, where the one with the higher number is 1°. I tried two different measures. The first one (RANK1) tries to count how many assets have a score equal or higher. The second one uses RANKX. Here are the measures:

 

RANK1 =
VAR ACTUAL = [SCORE]
RETURN
CALCULATE(
COUNTROWS(ID),
FILTER(ALL(ID),([SCORE])>=ACTUAL)
)

 

RANK2 = RANKX(ALL(ID),[SCORE],,DESC,Skip)

Here are the results:

 

JBrunetUdec_0-1697133706215.png

 

What baffles me is that some ranks are repeated, when no score is equal to another. I've tried a lot of things without results. What can I do? Roast me if necessary, still new to PowerBI.

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@JBrunetUdec I think it is a precision issue, try using new RANK function:

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

2 REPLIES 2
parry2k
Super User
Super User

@JBrunetUdec I think it is a precision issue, try using new RANK function:

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Worked perfectly! Thanks.

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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors