Forum Discussion
3 Replies
- amitchandakSuper User
aishak12 , With this error, Seems like there is column with data type int and it now getting some text value, now. Open Edit Query/ data Tranformation mode, and check for error. Either a message on top of tables display or in columns. Find the column with issue and correct it
Please refer these for debugging
refer how to handle error in power query
https://www.youtube.com/watch?v=OE6DPmKqN7s
https://www.youtube.com/watch?v=9-Lag0VOiTsdebug issue
https://www.youtube.com/watch?v=OE6DPmKqN7s - PhilipTreacySuper User
Hi aishak12
The error is telling you that a VARCHAR is being coverted to INT. Your query is returngin VARCHAR data in a column and then trying to convert that to INT.
Find the column where ths problem is happening by checking your query code.
Phil