Forum Discussion
Wasfiathhar
4 years agoFrequent Visitor
Number formatting with Specific Text Length
Im having set of data with differnt lenght (5/6/7/8/9/10 etc) i would like to bring on common lenght funtion everyting len = 11 charrector by using power Query.
- 4 years ago
Insert a custom column named Update Code and put following formula
= Text.PadStart(Text.From([Code]),11,"0")
Vijay_A_Verma
4 years agoMost Valuable Professional
Insert a custom column named Update Code and put following formula
= Text.PadStart(Text.From([Code]),11,"0")