Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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...
  • wdx223_Daniel's avatar
    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")