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 Experts
How would you show the total Sales by each product type..
So
Product | Region | Sales |
Apples | North | 10 |
Apples | South | 10 |
Apples | East | 5 |
Apples | West | 2 |
Apples Total | 27 |
Solved! Go to Solution.
Use a matrix visual. It has lots of controls for displaying totals.
If you insist on using a table visual then you need to duplicate your data table, rename all Regions to "Total" and then union it back with the original table. Be prepared to explain the display to your confused users.
Use a matrix visual. It has lots of controls for displaying totals.
If you insist on using a table visual then you need to duplicate your data table, rename all Regions to "Total" and then union it back with the original table. Be prepared to explain the display to your confused users.
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |