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!Get Fabric certified for FREE! Don't miss your chance! Learn more
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 reflect properly.
Thank you!
| budget | commited | spent | cost |
| $100.00 | $ 50.00 | $ 40.00 | $ 60.00 |
| $100.00 | $ 50.00 | $ 60.00 | $ 40.00 |
| $100.00 | $ 60.00 | $ 70.00 | $ 30.00 |
| $100.00 | $ 100.00 | $100.00 | $ - 0 |
Hi @SalimHoud ,
Refering to your data, we can get the cost column by
= [budget] - [spent]
Then what is your excepted reuslt?
I would like to also get the cost amount even if either of the committed or spent columns are blank. I have mitigated this temporary by copying the data over until spent amount is changed at the end of the month to recalculate.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 12 | |
| 12 | |
| 10 | |
| 6 | |
| 5 |