Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have pulled data into Power Query using a URL data source directing to an excel file in Sharepoint.
I can transform and refresh fine in the Power Query Editor, but when I go to Load, it stops at only a few thousand rows in and gets stuck.
The Load ultimately fails and gives the below message window.
Failed to save modifications to the server. Error returned: 'OLE DB or ODBC error: [DataSource.Error]
Any ideas on how to fix?
Solved! Go to Solution.
Hi @UKFan12 ,
What you need to do is in power bi desktop go to query editor then right click your web data source and click Advanced Editor. This will give you access to M code behind it. You need to specify timeout interval in there manually. See below image and then should work hopefully.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @UKFan12 ,
What you need to do is in power bi desktop go to query editor then right click your web data source and click Advanced Editor. This will give you access to M code behind it. You need to specify timeout interval in there manually. See below image and then should work hopefully.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.