This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi All,
I am looking to add/subtract columns from a singular matrix; and for what I think should be something easy to do, it is proving difficult.
To help explain my thinking, I would like to take "1- Opening" and add "2 - Total Credits" then subtract "3 - Total Debits" to give me the "4 - Closing" value. Essentially, I would like this to serve as a check to make sure that all my information is pulling in correctly.
Also, here are the tables I am using to get my information:
Absent the "Category 1" it is all coming from the same table.
Hi there!
You can try something like
Measure =
SUMX (
SUMMARIZE (
'Summary',
'Summary'[Column1],
'Summary'[Column2],
'Account Table'[Category 1]
),
[1- Opening] + [2 - Total Credits] - [3 - Total Debits]
)
Let me know if that helps!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 29 | |
| 23 | |
| 22 |