Forum Discussion
Anonymous
3 years agoNot applicable
Auto replace all values in all columns with specific value
Hello, I have the following table loaded in Power Query which is updated regularly with changing number of columns in the source Excel spreadsheet. I am trying to find a dynamic way to replace all v...
- 3 years ago
You can replace
{"Week number", "Stock", "Sold", "Returns"}with
Table.ColumnNames(Source)
artemus
3 years agoMicrosoft Employee
You can replace
{"Week number", "Stock", "Sold", "Returns"}with
Table.ColumnNames(Source)