This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello Everyone,
I want to calculate the percentile or quartile of an item. I used a formula posted in this forum and it works however, I need to modify it since my values are not stored in a table but in a measure.
See below formula :
*In the below example, I need to modify the formula to successfully substitute the column reference of 'Sales'[SalesAmount] withmy measure called [SalesAmount] (Where I have the values stored to help me in the calculation of percentile/quartile)
Hi @Anonymous ,
You can try to use SUMX funtion to replace SUM function in your formula as below. Here, measure is your measure called [SalesAmount] .
SUMX('Sales','Sales'[Measure] )
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 35 | |
| 28 | |
| 22 | |
| 21 |