The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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?
Solved! Go to Solution.
This is a close as I can get... Disable 'Stepped Layout' Under Row Headers and Change SubTotals to TOP. See if this helps...
Proud to give back to the community!
Thank You!
This is a close as I can get... Disable 'Stepped Layout' Under Row Headers and Change SubTotals to TOP. See if this helps...
Proud to give back to the community!
Thank You!
This is partly solves my problem. Thanks for the tip!
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
32 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |