The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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.
Thanks for reply, unfortunatley the results don't match the measure I have in PowerBi Desktop
Here is what I have in PowerBi Desktop
User | Count |
---|---|
5 | |
5 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
7 | |
4 | |
4 | |
4 |