Good day,
I am trying to work out the basic calculation of Fin Exp diff= C-(A+B)
C = 'Case Data'[Financial Exp]
A = 'Case Data'[Actual Loss]
B = 'Case Data'[Savings (Total)]
When applying the below query the amount is incorrect - It is showing the amount in 'Case Data'[Financial Exp] (C)
Fin Exp diff = 'Case Data'[Financial Exp]-(('Case Data'[Actual Loss])+ ('Case Data'[Savings (Total)]))