Forum Discussion

jsquaredz's avatar
jsquaredz
Advocate I
10 years ago
Solved

Query Timeout on update

I am pulling in an update from a web source, but this source can take 3 minutes + to return data.  Power BI times out before the server responds.  I would like to adjust this timeout timer.  Can we m...
  • ankitpatira's avatar
    10 years ago

    jsquaredz 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.