Forum Discussion
Matrix Visual: creating custom Subtotal row
Hello community,
I am looking for a solution based on below screenshot. Is it possible to create a subtotal row only for "KPI_A" for each region with the given table structure?
Source:
| Region | Company | KPI | Value |
| A | CompA | KPI_A | 1 |
| A | CompA | KPI_B | 2 |
| A | CompB | KPI_A | 11 |
| A | CompB | KPI_B | 12 |
| A | CompC | KPI_A | 21 |
Thank you.
You could create a custom layout. This blog post explains how to do it for columns, but you could apply the same method for rows.
How to create a custom or hybrod matrix
I've also attached a file which has an example of a custom layout with two levels in the columns.
3 Replies
- PaulDBrown
Community Champion
You could create a custom layout. This blog post explains how to do it for columns, but you could apply the same method for rows.
How to create a custom or hybrod matrix
I've also attached a file which has an example of a custom layout with two levels in the columns.- tonyclifton
Helper III
Thanks for the example PaulDBrown. I will have to take a closer look at this.
In the meantime I managed to create a KPI that sums up "KPI A" so that I can show the correct value in the matrix.
However, the grand total value is now wrong (obviously).
Is there a way with DAX to show all the values but exclude some row values for the calculation of the total value?
If I just use the Calculate function with filter option and exclude the KPI "Total KPI A" it will create the correct grand total but it will also not display the amount for that row.
Thank you.
- PaulDBrown
Community Champion
I would imagine you are going to need a SUMX() or SUMX(SUMMARIZE( )) to get the correct total