Forum Discussion
Doing operations on columns dynamically
- 4 years ago
HI Anonymous
I wrote an article on how to rename columns by their position.Renaming A Column In Power Query Based On Position — ehansalytics
So you need to do that, rename all columns (assuming position doesn't change) to a standard name, then do any transformations on those newly named columns.
If the columns are changing position and names, I don't know how that would work. Cannot compensate for two variables like that.
HI Anonymous
I wrote an article on how to rename columns by their position.
Renaming A Column In Power Query Based On Position — ehansalytics
So you need to do that, rename all columns (assuming position doesn't change) to a standard name, then do any transformations on those newly named columns.
If the columns are changing position and names, I don't know how that would work. Cannot compensate for two variables like that.