Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi @dolevh ,
Try to add a custom colum in power query
= Text.TrimStart([Column1],"0")
Reference: Remove Leading Zeros from Text in Power Query - YouTube
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dolevh ,
Try to add a custom colum in power query
= Text.TrimStart([Column1],"0")
Reference: Remove Leading Zeros from Text in Power Query - YouTube
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The simplest solution is probably to convert the column to a whole number data type instead of text.