Forum Discussion
ljimenezvega84
10 months agoHelper I
Left 0 elimination
Hi everyone, i´ve got a column wicht has 000 on the left. Im trying to eliminate changing the data type from text to decimal and whole numer but its gives me an error. Exists any formula to eliminate those zeros?
Thanks
Hi, there are different ways to handle those leading zeros. One of them is adding a Custom Column in Power Query with Text.TrimStart function as in the attached picture.
2 Replies
- MasonMASuper User
Hi, there are different ways to handle those leading zeros. One of them is adding a Custom Column in Power Query with Text.TrimStart function as in the attached picture.
- ljimenezvega84Helper I
Thanks MasonMA
regards