Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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}
})
| User | Count |
|---|---|
| 58 | |
| 44 | |
| 31 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 77 | |
| 66 | |
| 44 | |
| 24 | |
| 22 |