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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. 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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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.