Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Struggling with something that seemed to be simple before DAX... beginner here trying to convert a
column of percentages (fill rates) for our supplier base into percentiles for scoring purposes.
Supplier FillRate% Percentile
A 16.5% ?
B 99.5% ?
C 85.8% ?
D 68.5% ?
I've spent a day now researching the DAX Percentile functions and can't seem to get that Percentile column
populated. Any help would be so appreciated!
Thanks
Solved! Go to Solution.
Sounds like you're wanting the equivalent of Excel's PERCENTRANK function.
Have a look at this thread for some sample DAX you could adapt:
http://community.powerbi.com/t5/Desktop/PERCENTRANK-Inclusive/m-p/81208
In my (@OwenAuger) post there is some code that should replicate Excel's function including handling ties, which was quite long-winded to be honest.
@v-sihou-msft's post has a simpler formula that works fine without ties.
Cheers,
Owen
Sounds like you're wanting the equivalent of Excel's PERCENTRANK function.
Have a look at this thread for some sample DAX you could adapt:
http://community.powerbi.com/t5/Desktop/PERCENTRANK-Inclusive/m-p/81208
In my (@OwenAuger) post there is some code that should replicate Excel's function including handling ties, which was quite long-winded to be honest.
@v-sihou-msft's post has a simpler formula that works fine without ties.
Cheers,
Owen
Exactly what I was looking for, thanks a million!!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.