Forum Discussion
Anonymous
2 years agoNot applicable
Renaming Table Headers with combined variable IDS as column headers with ID names from another table
I have two tables, Table 1 contains columns which are derived by combining two categories joined by underscore. Table 2 have the identicle IDs with their text names. I want to replace each ID wit...
- Anonymous2 years ago
Thank you all for the ideas shared, I appreciate it.
I have managed to solve this by creating a lookup table with coded names and full-text names and then renaming the columns using Table.RenameColumns() function.
dufoq3
Community Champion
2 years agoHi PawelWrona, no need to use custom column. Use this as 3rd step of first table to create column name pairs.
Table.ToRows(#"Changed Type")
PawelWrona
Resolver II
2 years agoThanks for the tip. Indeed, I haven't been using this functiong for a while..
- dufoq32 years ago
Community Champion
You're welcome. That's also the purpose of this forum - to learn 🙂