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
anesh
Regular Visitor

percentile rank for decimal column

Hello all

 

I need to find the percentile rank of a column-type decimal. Kindly let me know the DAX calculation for it.

 

 

 

1 ACCEPTED SOLUTION

@anesh   Sorry missed your note.  Here is my proposal as a calculated column.

 

lbendlin_0-1709605967637.png

 

View solution in original post

14 REPLIES 14
lbendlin
Super User
Super User

You can start with PERCENTILEX.INC and then refine depending on your actual scenario.

Thanks. What should be the value of k?. I thought it would calculate automatically for the values in the column.

No, you specify which percentile you want across a range of values. The reply gives you the cutoff for that percentile.

I want to achieve what PERCENTRANK.INC does this in Excel. Does it do the same?

Thanks for providing this link. I am new to DAX. It is done on the category level, but I want to do it on the entire column which is decimal type.

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information or anything not related to the issue or question.

If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Hi @lbendlin Is there any update about this sample workbook?

@anesh   Sorry missed your note.  Here is my proposal as a calculated column.

 

lbendlin_0-1709605967637.png

 

Thanks a lot, @lbendlin . May I know how you calculated the sample_index

that's your table name

Thank you so much!!

Hi,

Share the download link of the Excel workbook with the Excel formula already there.  I'll try to translate that in the DAX language.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

sample pbix.pbix

 

Here is the link to the dataset

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