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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
kleopatraath123
Regular Visitor

Finding the Percentile of a Measure

Hello,
I am trying to find the Percentile (75%) of the below table for the colmun "Order Lines/Order".
All the columns (except the month) are measures.

kleopatraath123_0-1712319159777.png

I am familiar with the proper functions for the PRECENTILE but  these require tables and not measures. 
Could you please advise?

1 ACCEPTED SOLUTION
ValtteriN
Super User
Super User

Hi,

You can use PERCENTILEX functions to get this:

Measure 23 = PERCENTILEX.INC(ALL('Table (32)'[Month]),[Measure 22],0.75)
ValtteriN_0-1712320134825.png

 

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ValtteriN
Super User
Super User

Hi,

You can use PERCENTILEX functions to get this:

Measure 23 = PERCENTILEX.INC(ALL('Table (32)'[Month]),[Measure 22],0.75)
ValtteriN_0-1712320134825.png

 

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.