Forum Discussion
Anonymous
5 years agoNot applicable
How to update a Column Header when data is refreshed
I have a Power Query, where I add TWO Custom Columns from two Blank Query referencing "SheetCellA1". I then move the new columns to the first/second position. I remove the top 2 rows, and then "use...
PhilipTreacy
5 years agoSuper User
Hi Anonymous
Isn't this the same question you posted here and solutions were provided
#"Renamed Columns" = Table.RenameColumns(#"Promoted Headers",{{Table.ColumnNames(#"Promoted Headers"){0}, "TIME"}, {Table.ColumnNames(#"Promoted Headers"){1}, "MARKET"}, {"Column3", "SEGMENT"}, {"Column4", "SUB-SEGMENT"}, {"Column5", "UPC"}, {"Column6", "DESCRIPTION"}, {"Column7", "SIZE"}, {"Column8", "FLAVOR"}, {"Column9", "BRAND"}})Regards
Phil
If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.
Anonymous
5 years agoNot applicable
PhilipTreacy It is- This one was marked a "Spam" so I reposted. How do I delete this duplicate post?
- edhans5 years agoCommunity Champion
Don't repost Anonymous if marked as spam. The spam is automatic, but it is usually reviewed VERY quickly by a human to unmark it if it is a genuine question.