Jump to content

Increasing the Timeout Parameters for PowerBI oData Feeds


Recommended Posts

  • Super Seeqer

For particularly large oData exports it can sometime be helpful to increase the default PowerBI timeout period.

This is easily done in the advanced editor of the Power Query Editor.

1) To access the Power Query editor click the options menu on your table and select Edit Query

2) In Power Query select the Advanced Editor option to edit the advanced query parameters 

3) in the OData.Feed() function add the optional Timeout parameter. The example below is for a 90 minute timeout

 Source = OData.Feed("https://explore.seeq.com:443/odata.svc/Export_67ExampleDataSignals_DataSet", null, [Implementation="2.0",Timeout=#duration(0, 0, 90, 0)])

 

Access Power Query.png

66029513_oDataQueryDuration.thumb.png.fcb6db8cf5ac487833396fb3c46bd846.png

Edited by Shamus C
Better screenshot
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...