Forum Discussion
venstart
5 years agoFrequent Visitor
Power Query Editor copy value to new column
Hi There So I have a table called : Stock Database Within this table there is a column (field) called : Total Value Now this field a calculated field from sharepoint online list (the data so...
stevedep
5 years agoMemorable Member
AdditionCol = Table.Addcolumn(#"Renamed Columns", each [Total Value])
in
AdditionCol
Please go to the advanced editor and add the above code.