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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mtrevisiol
Helper V
Helper V

Calculate percentile of a filtered column

Hi everyone,

is there a way to calculate 75th percentile of a filtered column?

 

mtrevisiol_1-1656939415003.png

 

 

For example, I need to calculate the 75th percentile of the column "Growth rate", only considering rows where Growth rate is > 0.

I tried with

 

Percentile = PERCENTILE.INC(FILTER(Table, Table[Growth rate]>0), 0.75) 

 

but it doesn't work.

Here is the pbix file: https://www.dropbox.com/s/61prd3utuujqggk/Filtered%20percentile.pbix?dl=0 

 

Thank you in advance.

1 ACCEPTED SOLUTION
mtrevisiol
Helper V
Helper V

Solution:

Percentile = PERCENTILEX.INC(FILTER(Table, Table[Growth rate]>0), Table[Growth rate], 0.75)

View solution in original post

1 REPLY 1
mtrevisiol
Helper V
Helper V

Solution:

Percentile = PERCENTILEX.INC(FILTER(Table, Table[Growth rate]>0), Table[Growth rate], 0.75)

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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