Forum Discussion
Prevent Power BI from changing imported data
- 5 years ago
In my experience with this problem, I found that having it on or off didn't matter. What solved the problem for me though was to simply run TRIM() on all the values. Problem solved.
Hi PJOS_1
How about turning on the Type Detection option for this file? Based on my test, if I check Type Detection, the data shows well in Power BI. However, when I uncheck Type Detection, the result is the same as yours. It seems Type Detection feature can help solve this problem.
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
In my experience with this problem, I found that having it on or off didn't matter. What solved the problem for me though was to simply run TRIM() on all the values. Problem solved.