Matrix Column Grand Total
I have searched the forumn but can't find the answer. I am using a matrix to get the table I am after, however cannot get it to show the Grand Total Column at the end. Should I be using a Matrix and if so how can you show the Column grand total.
| Part Number | Week 1 | Week 2 | Week 3 | Week 4 | Week 5 | Week 6 | Week 7 | Grand Total |
| Part A | 2 | 4 | 6 | |||||
| Part B | 2 | 3 | 5 | 9 | 6 | 25 | ||
| Part C | 3 | 5 | 8 | |||||
| Part D | 4 | 9 | 6 | 19 | ||||
| Part E | 1 | 1 | 5 | 3 | 8 | 6 | 24 | |
| Total | 3 | 6 | 7 | 10 | 12 | 26 | 18 | 82 |
hi, Sharksguts
After my research, I'm afraid it couldn't achieve in Power BI for now.
But you may try this way, add a matrix or table visual with only column Part Number and Value, then they will be the Grand Total for
basic matrix column, and they can interact with each other.
For your requirement, you could post your new idea in Power BI ideas and make this feature coming sooner.
another question, for you want to show the values of every day for the column, this exceeds the maximum number of items that can be displayed for column, Not only does it not have grand total but also the sub total.
So you could these two ways:
1. move the column Values field into row and row Value field into column.
2. use a slicer to filter data to reduce the number of items of date.
Best Regards,
Lin