Forum Discussion
o59393
4 years agoPost Prodigy
Add 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 f...
- 4 years ago
Text.PadStart([#"[BPP CODE]"], 10, "0")