I need to perform calculations in Power query which I already did in excel sheet. In one of the formulas I'm referring to cell just above it. For instance, cell F45 = cell A1 + cell F44.
I tired to follow the steps as in How can I get a column value from previous row in Power Query? i.e by creating an index field
But the solution doesn't work if the referring column and the output column in same as in my case. Any thoughts?