Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello All,
I'm looking to calculate deciles for each row, for the table listed below.
Deciles because ultimately i want to be able to identify Top and bottom 10% of the Accuracy column based on a Area/Tasktype/Subtype combo.
This would help me derive conclutions like so :
Area | TaskType | Subtype | Average | Time | Accuracy | Decile |
East | XXY | AB01 | 2.3 | 3 | 77% | ? |
West | XXY | AB02 | 0.33 | 2 | 17% | ? |
South | YYZ | BC01 | 0.65 | 1 | 65% | ? |
North | YYZ | BC03 | 1.2 | 1 | 120% | ? |
Northeast | YYZ | BC08 | 4.5 | 3 | 150% | ? |
Northwest | ABC | CD01 | 2.1 | 3 | 70% | ? |
Southeast | ABC | CD02 | 6.2 | 5 | 124% | ? |
Southwest | ABC | CD10 | 5.1 | 5 | 102% | ? |
NNE | CBA | EF01 | 3.3 | 3 | 110% | ? |
NNW | CBA | EF12 | 2 | 2 | 100% | ? |
SSW | CBA | EF13 | 3.1 | 3 | 103% | ? |
SSE | CBA | EF16 | 0.77 | 0.6 | 128% | ? |
Solved! Go to Solution.
Hi , @Anonymous
In my working experience , i am not familiar about the "Deciles ".
But to get the Deciles , there are two DAX funtion given to us.
If this method does not meet your needs, you can provide us with your detailed calculation logic and the desired output sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi , @Anonymous
In my working experience , i am not familiar about the "Deciles ".
But to get the Deciles , there are two DAX funtion given to us.
If this method does not meet your needs, you can provide us with your detailed calculation logic and the desired output sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly