Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
To get percentage, I'm using a measure
Percentage=sum(NumUsers)/calculate(sum(NumUsers),Allselected(Event))
I know, power bi has a formula for percentiles but I cannot use it on a measure and having percentage as a calculated column is not giving the desired results. Thank you for your assistance.
| Event | NumUsers | Percentage | 25th Percentile | 50th Percentile | 75th Percentile |
| Write | 50 | 50% | |||
| Add Color | 25 | 25% | |||
| Add Picture | 15 | 15% | |||
| Add document | 10 | 10% | |||
| Total | 100 |
if I understand correctly you want to create 3 measures:
| 25th Percentile | 50th Percentile |
75th Percentile |
correct?
what would be the values for these measures? TRUE/FALSE, % value, something else?
That is right. I want the values to be percentiles not true/false
can you share how the expected output would look like?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |