Forum Discussion
HemanthV
4 years agoHelper II
Concatenate 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
4 years agoCommunity Champion
sorry, have no idea to resolve this.
HemanthV
4 years agoHelper II
Okay, Thanks!