Forum Discussion
jsquaredz
10 years agoAdvocate I
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...
- 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.
jsquaredz
9 years agoAdvocate I
Can you advise if its valid to go over for a given unit?
For instance 0,0,0,90 instead of 0,0,1,30
ChrisWilliams
9 years agoAdvocate II
This seems to be fine. I didn't directly test with the Power BI client, but I tested with the TimeSpan class in C# (I'm a developer), and it didn't complain at all.