Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
aherabit
Helper I
Helper I

Grand Total percentage of status

Hi Folks,

Would you suggest a way to display the grand total status based on 'status' categories?

Currently, the pie-chart is displaying inidividual status.

 

aherabit_0-1691431771167.png

 

Thank you

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @aherabit 

If I understand you correctly and the structure of the bottom table is the structure of your data table.
Then there are 2 options to show the total by categories.

1. To unpivot your table with PQ ( most recommended)

Ritaf1983_0-1691463381072.png

Result table :

Ritaf1983_1-1691463433346.png

Graph by status :

Ritaf1983_2-1691463664790.png

 

Another option is to calculate the total with Dax:

Total = SUMX('Table (2)','Table (2)'[test 1]+'Table (2)'[test 2]+'Table (2)'[test 3]+'Table (2)'[test 4]+'Table (2)'[test 5])
Ritaf1983_3-1691463949993.png

And put this measure on your chart

Ritaf1983_4-1691463998002.png

 

Link to the sample file 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

3 REPLIES 3
Ritaf1983
Super User
Super User

Hi @aherabit 

If I understand you correctly and the structure of the bottom table is the structure of your data table.
Then there are 2 options to show the total by categories.

1. To unpivot your table with PQ ( most recommended)

Ritaf1983_0-1691463381072.png

Result table :

Ritaf1983_1-1691463433346.png

Graph by status :

Ritaf1983_2-1691463664790.png

 

Another option is to calculate the total with Dax:

Total = SUMX('Table (2)','Table (2)'[test 1]+'Table (2)'[test 2]+'Table (2)'[test 3]+'Table (2)'[test 4]+'Table (2)'[test 5])
Ritaf1983_3-1691463949993.png

And put this measure on your chart

Ritaf1983_4-1691463998002.png

 

Link to the sample file 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Worked.   Thank you very much.

Glad to help☺️

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.