The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.