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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
gvg
Post Prodigy
Post Prodigy

Simple summarizing by Group, Subgroup

Hi all,

This seems to be a simple task, but I got stuck. I have a table myGroups, that lists groups, subgroups and products and mySales table:

 

myGroups                                                      mySales

Group   Subgroup  Product                           Product       Amount

-------   -----------  --------                            ---------      ---------

112       1120                1                                       2           16000

112       1128                2                                       4             4000

113       1130                3                                       2               332

113       1138                4                                       4                 57

 

I need to show a matrix visual that summarizes by group, subgroup, but not product, like this:

 

Group   Subgroup   Product    Amount

------    -----------   ---------   ---------

112                                          16332

112       1120

112       1128                           16332

112       1128                  2       16000

112       1128                  2           332       

113                                            4057

113       1130                

113       1138                  4         4000

113       1138                  4             57          

 

Is it possible to achieve this given my data structure?

 

 

1 ACCEPTED SOLUTION
fhill
Resident Rockstar
Resident Rockstar

 

This is a close as I can get... Disable 'Stepped Layout' Under Row Headers and Change SubTotals to TOP.  See if this helps...

 

Capture.PNG

 




Did I answer your question, or help you along the way?
Please give Kudos or Mark as a Solution!


https://www.linkedin.com/in/forrest-hill-04480730/

Proud to give back to the community!
Thank You!




View solution in original post

2 REPLIES 2
fhill
Resident Rockstar
Resident Rockstar

 

This is a close as I can get... Disable 'Stepped Layout' Under Row Headers and Change SubTotals to TOP.  See if this helps...

 

Capture.PNG

 




Did I answer your question, or help you along the way?
Please give Kudos or Mark as a Solution!


https://www.linkedin.com/in/forrest-hill-04480730/

Proud to give back to the community!
Thank You!




This is partly solves my problem. Thanks for the tip!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.