Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a data set for my finance department in which I have a Total over due column which can be positive or negative amount, and a Vendor blance which can also be positive or negative amount.
I need to create a measure which gives me the net from both values, but if I try a subtract, it will add negative amounts together.
My measure currently looks like this
Solved! Go to Solution.
@QuantumLP , not very clear
you can try
Net Receivable = CALCULATE(Abs(SUM(CustomerLedgerEntries[AGE_TotalOverdue]))- Abs(SUM(CLE_byCx[Vendor_Balance])) )
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@QuantumLP , not very clear
you can try
Net Receivable = CALCULATE(Abs(SUM(CustomerLedgerEntries[AGE_TotalOverdue]))- Abs(SUM(CLE_byCx[Vendor_Balance])) )
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
This did the trick! thanks so much!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |