Super Seeqer Shamus Cunningham Posted October 23, 2020 Super Seeqer Share Posted October 23, 2020 (edited) 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)]) Edited October 23, 2020 by Shamus C Better screenshot Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now