Forum Discussion
OLE DB or ODBC Error
Hi MayurGaikwad ,
Based on the information you provided, the error indicates that the "clubbed_stage_table" table does not exist, which usually means that Power BI expects to find this table when trying to load the data, but actually does not. You can try the following: First, make sure that the "clubbed_stage_table" table does exist in your database or data source. If it doesn't, you may need to create it and then try to load the data in Power BI. The error then indicates that there is a problem processing the JSON string values. Review the JSON data you entered into the connector to ensure it is formatted correctly. Validate the JSON structure against Power BI's expectations for a particular data type or field. Finally, if possible, use the debugging tools or logging features in the connector or application for more detailed error messages, which may point to the exact cause of the problem.
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly