Forum Discussion
HemanthV
Helper II
4 years agoConcatenate cell value to Column Name
Hi Guys, I have data like below CountryCityPeriod A aa P8 A bb P8 A cc P8 A dd P8 B ee P8 B ff P8 B gg P8 B hh P8 B ii P8 C jj P8 C kk ...
- 4 years ago
NewStep= Table.RenameColumns(PreviousStepName,{"City","City ("&PreviousStepName[Period]{0}&")"})
wdx223_Daniel
Community Champion
4 years agoNewStep= Table.RenameColumns(PreviousStepName,{"City","City ("&PreviousStepName[Period]{0}&")"})
HemanthV
Helper II
4 years agowdx223_Daniel Thank you so much! It worked!