Forum Discussion
SalimHoud
7 years agoRegular Visitor
3 columns calculation.
Hello All, Can someone advise how to accomplish this using power query? budget is set, committed and spent amounts are dynamic. we could commit/spend less or more. I would like the cost column to...
v-frfei-msft
7 years agoCommunity Support
Hi SalimHoud ,
Refering to your data, we can get the cost column by
= [budget] - [spent]
Then what is your excepted reuslt?