Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Subtracting Data in One Column

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

1 ACCEPTED 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

View solution in original post

3 REPLIES 3
judspud
Solution Supplier
Solution Supplier

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 

Anonymous
Not applicable

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

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.