Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
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
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
Proud to be a Super User! | |