Good day!
How can I replace multiple values with a value in PowerQuery (advanced editor) at once?
So X = 1, Y = 1, A = 1 etc.
The actual function looks like this:
= Table.ReplaceValue (# "Changed Type", "X", "1", Replacer.ReplaceText, {"Value"})
Best regards!