Hi M experts,
I want to add a multiple columns replace values, following this example, into one single step:
So basically I want to apply this massively to 7 columns in one step. Do you know a way?
Thanks in Advance.
Marco
I want to add a multiple columns replace values, following this example, into one single step:
Power Query:
= Table.ReplaceValue(#"Changed Type",each [ZT04],each [ZT04]*100 ,Replacer.ReplaceValue,{"ZT04"})
So basically I want to apply this massively to 7 columns in one step. Do you know a way?
Thanks in Advance.
Marco