Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
7 | |
7 | |
6 | |
6 |