Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Is it possible to rename multiple columns within a single line in the advance editor
#"Rename TarCon" = Table.RenameColumns(#"TarLike",{{"TargetConsequence_FieldValuesAsText","Target Consequence Assessment"}})
The above syntax renames a column from TargetConsequence_FieldValuesAsText to Target Consequence Assessmet. But it is possible to rename multiple columns at once or do i have to do each column rename one by one ?
Solved! Go to Solution.
Found the solution. 🙂
#"Rename TarCon" = Table.RenameColumns(#"TarLike",{
{"TargetConsequence_FieldValuesAsText","Target Consequence Assessment"},
{"second column","new name}
})
Found the solution. 🙂
#"Rename TarCon" = Table.RenameColumns(#"TarLike",{
{"TargetConsequence_FieldValuesAsText","Target Consequence Assessment"},
{"second column","new name}
})
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 33 | |
| 29 | |
| 27 |
| User | Count |
|---|---|
| 134 | |
| 104 | |
| 63 | |
| 60 | |
| 55 |