Hi,
So embarrassed to ask this, new to PQ. Soon as I see the answer it'll click.
I have three Table.ReplaceValue, would like to merge into one step.
= Table.ReplaceValue(#"Changed Type","Ad","Adult",Replacer.ReplaceText,{"Column1"})
= Table.ReplaceValue(#"Replaced Value","Ch","Child",Replacer.ReplaceText,{"Column1"})
= Table.ReplaceValue(#"Replaced Value1","Sr","Senior",Replacer.ReplaceText,{"Column1"})
I know it involves { and } but cant seem to get the right combo.
Thanks very much.
So embarrassed to ask this, new to PQ. Soon as I see the answer it'll click.
I have three Table.ReplaceValue, would like to merge into one step.
= Table.ReplaceValue(#"Changed Type","Ad","Adult",Replacer.ReplaceText,{"Column1"})
= Table.ReplaceValue(#"Replaced Value","Ch","Child",Replacer.ReplaceText,{"Column1"})
= Table.ReplaceValue(#"Replaced Value1","Sr","Senior",Replacer.ReplaceText,{"Column1"})
I know it involves { and } but cant seem to get the right combo.
Thanks very much.