March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.