Forum Discussion
acerNZ
5 years agoHelper III
Multiple queries on custom column ?
Hi Experts, Sorry if the subject is misleading I have a custom column with the following Step1: = Table.TransformColumnTypes(#"Added Custom",{{"Postcode", type text}}) The out is basically po...
- 5 years ago
Hi acerNZ
Why the need to do it as 1 step? Just curious.
Try this
= Table.ReplaceValue(Table.TransformColumnTypes(#"Added Custom",{{"Postcode", type text}}),",","",Replacer.ReplaceText,{"Full Address"})regards
Phil
PhilipTreacy
5 years agoSuper User
Hi acerNZ
So did my code work for you?
regards
Phil
If I answered your question please mark my post as the solution.
If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.