I am having troubles adding a column that takes the difference between two columns, because the one column doesn't exist.
Below is the formula I am using
= Table.AddColumn(#"Pivoted Column", "InventoryAvailabletoShip", each [On Hand Inventory] - [Third Party Storage])
Is there a way if the column doesn't exist then an empty column gets created so that the difference formula works to create the new column?