Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi:
Let's say that the data in your second column in Power BI displays either "Income" or "Expense". Further, let's say that you have their figures in the third column.
How do you, then, have Power BI subtract the expenses from the income?
True, there is a "Total" at the bottom of the report. But, this is the total for all of the data from the report's table before I filtered on the second column for only "Income" and "Expense".
Thank you!
John
Solved! Go to Solution.
Hi @Anonymous
Correct, you should replace 'Table' with the table name from your data model.
And the text within the square brackets [ ] to your column names.
Thanks,
George
Hi @Anonymous
You can create a measure that totals income and subtracts expenses
Measure = calculate(sum('Table'[Value column]),'Table'[Type] = "Income") - calculate(sum('Table'[Value column]),'Table'[Type] = "Expense")
Hope this helps
Thanks,
George
Thank you, George! Is the table in the measure formula the table that contains the data in my report?
John
Hi @Anonymous
Correct, you should replace 'Table' with the table name from your data model.
And the text within the square brackets [ ] to your column names.
Thanks,
George
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |