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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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}
})
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!