Forum Discussion
Keep points when running get data
- 6 years ago
Hi XaviOV ,
I think this should be related to your language. When you load the Excel in powerbi, this will convert type to numberic type and your language will use "." as thousand separator, "," as demical separator. so it ("." )will disappear. You could view to my image(I use English(US) language, I have the opposite situation )
You could try to change type like below to see whether it work or not
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I cannot really tell what you are referring to here XaviOV - I don't know which is the before or after image. You can post images in this forum using the Camera icon. Please use that and describe what each image is.
And what do you mean "upload to power bi?" Is this in the service, or when importing via Power BI Desktop? Please let us know the exact steps you are going through to get the results you are seeing.
Hi edhans ,
Attached images with explanation.
Regards,
Xavi
This is the Excel file (local), and the numbers contain "." decimals.
Excel file (local file)
This is when I upload the Excel file into Power BI, you can look that the "point" are disappear.
Power BI
- dax6 years agoCommunity Support
Hi XaviOV ,
I think this should be related to your language. When you load the Excel in powerbi, this will convert type to numberic type and your language will use "." as thousand separator, "," as demical separator. so it ("." )will disappear. You could view to my image(I use English(US) language, I have the opposite situation )
You could try to change type like below to see whether it work or not
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- edhans6 years agoCommunity Champion
Are you sure those are numbers? They are left-aligned, and that usually means it is text.
Can you show what it looks like in Power Query once you hit Transform, and the M code that is being generated (Advanced Editor) for the query. I really want to see the "Changed Type" step.