Forum Discussion
Thiviya
2 years agoFrequent Visitor
Employee id same length
Hi, How do I update the employee id to have the same length as other employee i.e 6 characters ?
- 2 years ago
=Table.TransformColumns(PreviousStepName,{"Manager ID",each Text.PadStart(Text.From(_),6,"0")})
Thiviya
2 years agoFrequent Visitor
Is it how should be ?