Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello Team,
I'm trying to customize the Subtotal in the Table/Matrix chart, please guide me through..
Below is the data, when I select Income and Other income Subtotal should display SUM of these two category values...
how ever If I select Expense along with Income then either subtotal should be masked or should be difference between
Income and Expense ..
the same follows with Income and Sales too..
To customize the subtotal in a Table/Matrix chart in Power BI, you can create calculated columns to represent the desired subtotals and then use them in the chart. Here's an example of how you could approach this:
Total Income = SUM(Table[Income] + Table[Other Income])
Income - Expense = SUM(Table[Income]) - SUM(Table[Expense])
Income - Sales = SUM(Table[Income]) - SUM(Table[Sales])
Note that this is just one example of how you could customize the subtotals in a Table/Matrix chart in Power BI. You can also use different DAX formulas or pivot the data to get the desired subtotals.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |