Forum Discussion
iKiok
7 years agoFrequent Visitor
Power Query - (M code) - replace text in a column with values from a column in another query
Greetings to all,
I would like to replace many individual values in a column with values that exist in another query.
I cannot merge since I would like it to be a "text contains" replacement.
Any help with the correct "table[column]" reference to the other query would be appreciated
= Table.ReplaceValue(#"Renamed Columns",Replacements[original],(Replacements[replacement],Replacer.ReplaceText,{"Activity"})