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}&")"})
- HemanthV4 years ago
Helper II
wdx223_Daniel Thank you so much! It worked!
- HemanthV4 years ago
Helper II
Now whenever the value changes column name changes, this is working fine but when i click on close and apply visual is getting error because column name got changed right. Is there any way to handle this situation?
- HemanthV4 years ago
Helper II
- wdx223_Daniel4 years ago
Community Champion
sorry, have no idea to resolve this.