Forum Discussion
o59393
Post Prodigy
4 years agoAdd leading zeros to text in Power Query
Hi all
I need to replicate the following excel formula in power query:
Here is my power query column:
I tried:
Error came in:
How can i fix it?
Thanks.
Text.PadStart([#"[BPP CODE]"], 10, "0")