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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.