Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi guys how are you?
I'm having some issues with a CSV that have some Id in exponential formats, like this: 1.15E+18
When I get this CSV with Power BI, the Query Editor interprets them well as a number but I'm losing characters and because of that many Ids are duplicated
In this example some of them are different but with this problem, the Ids are duplicated.
Do you know any way to upload them right? Any cast to do?
Thanks!
Solved! Go to Solution.
Try this in a custom column in Power Query:
Number.ToText(Number.From([Column1]))
Proud to be a Super User!
Try this in a custom column in Power Query:
Number.ToText(Number.From([Column1]))
Proud to be a Super User!