Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
| Priority | Compliant | All Compliant | % of Total |
| Product 1 | 966 | 2126 | 0.454374 |
| Product 2 | 3 | 2126 | 0.001411 |
| Product 3 | 32 | 2126 | 0.015052 |
| Product 4 | 1 | 2126 | 0.00047 |
| Product 5 | 23 | 2126 | 0.010818 |
| Product 6 | 619 | 2126 | 0.291157 |
| Product 7 | 404 | 2126 | 0.190028 |
| Product 8 | 16 | 2126 | 0.007526 |
| Product 9 | 62 | 2126 | 0.029163 |
| Total | 2126 |
Can anyone please help me with this? I am still new to Power BI and figuring things out.
Thank you,
Solved! Go to Solution.
Hi @macgeorge ,
Please try:
% of Total =
DIVIDE (
SUMX ( VALUES ( 'Table'[Priority] ), SUM('Table'[Compliant])),
SUMX ( VALUES ( 'Table'[Priority] ), [All Compliant] )
)
then select the measure -> measure tools and change the format to percentage:
Result:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
% of Total = DIVIDE( SUMX(VALUES(table[Priority]),[Total Compliant]), [All Compliant], 0)
Hi Daniel, thank you for your reply. I am still getting 0.45% in that column. I am using this code as you suggested:
=ROUND( DIVIDE( SUMX(VALUES(table[Priority]),[Total Compliant]), [All Compliant], 0),2)
can this work?
The rounding works, thank you - but I am still not getting the % correct it should read 45% not 0.45%
Hi @macgeorge ,
Please try:
% of Total =
DIVIDE (
SUMX ( VALUES ( 'Table'[Priority] ), SUM('Table'[Compliant])),
SUMX ( VALUES ( 'Table'[Priority] ), [All Compliant] )
)
then select the measure -> measure tools and change the format to percentage:
Result:
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Thank you so much - this is excellent.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 4 | |
| 4 | |
| 4 |