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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Paginated report percentile calculation

Hi All,

 

Does anyone have any upto guidance on how complete percentile calcualtion in paginated reports?

I need to calculate 95th and 99th Percentile to meet a requirement to replicate a current excel based report.

 

I've tred to follow old articles for SSRS but unable to find one that works for me.

 

Thanks in advance for any help

 

2 REPLIES 2
v-chenwuz-msft
Community Support
Community Support

Hi @Anonymous,

 

There are no functions provided in power bi paginated report for direct function. You can use a formula similar to the one below to get the value you need.

=(max(Fields!values.Value) -min(Fields!values.Value))*0.95+min(Fields!values.Value)

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Thanks for reply, unfortunatley the results don't match the measure I have in PowerBi Desktop

 

Here is what I have in PowerBi Desktop

Percentile95 = PERCENTILE.INC(my_table[MeasureValue],0.95)
 
Any other ideas?
 
Thanks

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.