Forum Discussion
PowerBIHelp1234
2 years agoRegular Visitor
Loading Excel With =Value into PowerBI
Hello,
I have a script that is saving down a grouping of excels. Unfortunately, the cells have =Value (meaning one cell might have "=324" and another may have "=4237") and because of this when I load into powerbi the values show as 0. Does anyone have some alternatives I could like at without having to open each one up and save them as values?
Thanks
7 Replies
- danextianSuper User
Hi PowerBIHelp1234 ,
You need to clean that column before changing the data type. You can right click the column, replace values, to replace: = with: null. This must be done prior to changing the first Changed Data Type (that is usually generated automatically) applied step.
- PowerBIHelp1234Regular Visitor
Thanks for the response, unfortunately that did not work and the values just appear as 0. Any other thoughts?
- danextianSuper User