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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
PeteSil1020
Helper I
Helper I

Finding Percentile Number in Report Builder

Hello,

 

I am trying to find the 1Q Percentile for a set of numbers I have coming from SQL. For example say the numbers are:

 

0, 2, 1, 3, 4, 5, 6, 9, 8, 7, 10

 

I would expect the 25th percentile to be 2. 

 

I have to find any solution that shows how to create an expression that can calcuate this.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @PeteSil1020 ,

Please try to create a PBI dataset with below dax formula:

Measure = FLOOR(PERCENTILE.INC('Table'[Column1],0.25),1)

Then connect to this dataset in PBI report builder and use the measure.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @PeteSil1020 ,

Please try to create a PBI dataset with below dax formula:

Measure = FLOOR(PERCENTILE.INC('Table'[Column1],0.25),1)

Then connect to this dataset in PBI report builder and use the measure.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

This worked perfectly, thank you very much!

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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