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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
please how I can calculate the percentage of this column(a grades Headcount) ?
Solved! Go to Solution.
Hi @Nihed ,
Please have a atry.
Create a measure.
a row divide all = MAX('Table'[A Grade Headcount])/(SUMX(ALL('Table'),'Table'[A Grade Headcount]))
Or a column.
Column = 'Table'[A Grade Headcount]/(SUM('Table'[A Grade Headcount]))
If I have misunderstood your meaning, please provide more details with the desired output and pbix file without privacy information.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Nihed ,
Please have a atry.
Create a measure.
a row divide all = MAX('Table'[A Grade Headcount])/(SUMX(ALL('Table'),'Table'[A Grade Headcount]))
Or a column.
Column = 'Table'[A Grade Headcount]/(SUM('Table'[A Grade Headcount]))
If I have misunderstood your meaning, please provide more details with the desired output and pbix file without privacy information.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 15 | |
| 12 | |
| 12 |