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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Soof1234
Helper I
Helper I

Create a measure ranking based on other calculated measure

Hi,

 

I am struggling to create the correct measure for RANKX.

 

I created a measure which is a conversion rate: 

Conversie = DIVIDE(CALCULATE(COUNT(Intakes[Id]),Redenen[Title] = "Hire"),COUNT(Intakes[Id]))
 
I added this measure in a table and it displays correctly.
 
Now I want to create a measure which ranks the people from 1 to n based on the highest conversion and add this ranking number to a column.
 
Currently this is my output which is obviously wrong of course:
 
Soof1234_0-1673950429031.png

 

Thanks in advance!
 
Kind Regards,
Soof1234
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Soof1234 , Try like, a new measure

 

Rankx(allselected(Table[Naam]), [Conversie])

 

more on Rank

https://www.youtube.com/watch?v=cN8AO3_vmlY&t=25627s

 

https://www.youtube.com/watch?v=DZb_6j6WuZ0&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=40

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Soof1234 , Try like, a new measure

 

Rankx(allselected(Table[Naam]), [Conversie])

 

more on Rank

https://www.youtube.com/watch?v=cN8AO3_vmlY&t=25627s

 

https://www.youtube.com/watch?v=DZb_6j6WuZ0&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=40

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks a lot @amitchandak , it works

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors