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.
It turns out that Excel apparently is willing to lie to you. I've formated those cells as text yet if I run a simple "ISTEXT" function, several of them come back "FALSE". What a headache.....
- v-jingzhang5 years ago
Community Support
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.- PJOS_15 years agoFrequent Visitor
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.