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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
ashmitp869
Post Partisan
Post Partisan

Help me with the subtraction of two columns of matrix ?

Hi ,

How can I subtract two columns in matrix .

For eg, I need to subtract PurchaseOrderValue and InvoiceAmount -

I am using matrix for the visual and they are rows.

 

I need to calculate Remaining cost = PurchaseOrderValue - InvoiceAmount

 

Note - PurchaseOrderValue  is coming from table Purchase Order nd 

 

ashmitp869_0-1738719133105.png

 

2 REPLIES 2
anmolmalviya05
Super User
Super User

Hi ,

If purchaseordervalue & invoiceamount are already a measure then you can simply create below measure

Remaining Cost = PurchaseOrderValue - InvoiceAmount

Or you can calculate in below way if they are coming from column: (consider table name as example)
Remaining Cost = SUM('Purchase Order'[PurchaseOrderValue]) - SUM('Invoice'[InvoiceAmount])

As an alternative, Power BI has introduced Visual Calculation: https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-visual-calculations-overview


Using this you can perform calculation directly in Power BI

Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!

 

Let's Connect on LinkedIn: https://www.linkedin.com/in/anmol-malviya/?originalSubdomain=in

 

Subscribe my youtube channel for Microsoft Fabric and Power BI updates: https://www.youtube.com/@AnmolPowerBICorner




 

@ashmitp869

Idrissshatila
Super User
Super User

Hello @ashmitp869 ,

 

you can either create a measure that subtracts the two values or you can use visual calculations.

 

check it out https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-visual-calculations-overview



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors