Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi,
I am getting following error on running a SQL through native query in power query. In power query editor there is no syntax error, however upon loading the data it gives below mentioned error:
when I try to run the SQL in snowflake, the query runs perfectly fine.
Thanks for the support.
Solved! Go to Solution.
Thanks for your inputs. The points you mentioned were alright in the query.
The was in the SQL query syntax (quotes) which were not accepted in power query.
Be sure you're not using a terminating semi-colon in your SQL statement, and are using fully qualified table/view names ([DATABASE].[SCHEMA].[TABLE/VIEW]).
Thanks for your inputs. The points you mentioned were alright in the query.
The was in the SQL query syntax (quotes) which were not accepted in power query.
Use this thread to get your answer !
Proud to be a Super User!