Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
kemal
New Member

Dynamics 365 OData Time-out

Hi all!

 

I'm having troubles loading big data with the OData method from Dynamics 365. I've searched the forum but couldnt find anything except a timeout definition rule for web services. 

 

The problem arises when PB Desktop tries to import a table with millions of rows. It shows : OLE DB or ODBC error: [DataSource.Error] OData: Request failed: The operation has timed out...

 

I have done lots of optimizations like using reference queries to merge instead of the base tables, excluding all unnecessary columns from the base tables to minimize data load, disabling all lead settings to do a 1 by 1 load/evaluation etc.

 

Does anyone has experience with this error?

2 REPLIES 2
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @kemal,


I'm having troubles loading big data with the OData method from Dynamics 365. I've searched the forum but couldnt find anything except a timeout definition rule for web services


So you do have tried adding an option to the OData.Feed function to increase the timeout, but you still get the same error?Smiley Happy

 

To set it to (e.g.) five minutes, you need to manually edit the formula for the function in Advanced Editor and add the Timeout option like this:

= OData.Feed("http://some.url/service.svc/", null, [Timeout=#duration(0, 0, 5, 0)])

 

Regards

Hey @v-ljerr-msft,

 

Sorry for my late reply.

 

Thank you for sharing your solution, but i did try that before but it didn't work. I am doubting if it is a Power BI problem, cloud connection problem or a Dynamics 365 problem.

 

We are trying direct odata links for every table by filtering in the URL on the columns. Maybe that will speed it up...

 

Is there is any other way to optimize Power BI Desktop..? 

 

Greetings

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.