Forum Discussion
JBankston
1 year agoFrequent Visitor
Group by Calculated Column, Tabular Editor
Greetings All, Needing some help here. Using a SWITCH function I created my rows. I am having difficultly creating the "Net" portion for the rows. Anytime I try to add/subtract in the SWITCH ...
- 1 year ago
I resolved my issue. I used a disconnected table and built a measure to complete my calculations.
Bmejia
1 year agoSuper User
Hi,
just add another variable that does the subtraction. you can't do a subtraction in your statement you can't say if A is subtracted by B then it is A-B".
Thanks,
B
VAR _Subtract = _FiE-_FiI