Forum Discussion
Anonymous
4 years agoNot applicable
Change multiple values of multiple columns at once
Hello all, I am starting to learn m code a little bit more. The problem I have got now is probably very easy to solve but unfortunately at my level of knowledge I am stuck with what I have got al...
- 4 years ago
are you sure the code of #"ColumnNames" is correct? it's remove the last 24 column names.
#"Test" =Table.ReplaceValue( #"SourceMod","","",(x,y,z)=>Text.Combine({"ABCD-",x}),#"ColumnNames")
wdx223_Daniel
Community Champion
4 years agoare you sure the code of #"ColumnNames" is correct? it's remove the last 24 column names.
#"Test" =Table.ReplaceValue( #"SourceMod","","",(x,y,z)=>Text.Combine({"ABCD-",x}),#"ColumnNames")
- Anonymous4 years agoNot applicable
Hi, The code of #"ColumnNames" is correct - the table consists of 41 columns and only the first 17 are the ones I want to modify.
Thank you for your help