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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
pokeRumpali
Regular Visitor

PERCENTILE.EXC of a measure

Hi,

 

I have a Measure. I can plot it as linechart and have additional lines for the 10th percentile,  median, 90th percentile. These lines can have labels.

 

I would like to have a table displaying the 10th percentile,  median, 90th percentile of the same measure.

PERCENTILE.EXC , PERCENTILE.INC accept a column == not a measure.

 

How do i do this?

2 REPLIES 2
pokeRumpali
Regular Visitor

Thanks for the answer. Found the proper one in the documentation:

 

PERCENTILEX.EXC(table_name, table_name[measure_name], 0.10)
Greg_Deckler
Super User
Super User

@pokeRumpali This looks like a measure aggregation problem. There are X versions of those functions that you can use.

 

See my blog article about that here: https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149

The pattern is:
MinScoreMeasure = MINX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
MaxScoreMeasure = MAXX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
AvgScoreMeasure = AVERAGEX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
etc.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.