Forum Discussion
o59393
Post Prodigy
6 years agoConcatenate text and numbers with Power Query
Hi all I am doing a concatenation of text and numbers with power query, the formula I use is: if [#"[ L1.4 - Refillability ]"] ="Fountain" then [Refilability]&" "&[#"[L1.7 - Bev Category]"]&...
- 6 years ago
Hi o59393
Your [size conversion] is already a text column, please do not use "Number.ToText" before this column.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
6 years agoo59393 , Try using Number.ToText on numeric datatype
Syndicate_Admin
Administrator
3 years agoThanks