Forum Discussion
jsatow
1 year agoAdvocate I
Are these numbers the same? (Query Timeout and QueryExecutionDurationMS)
Hello, I am looking at our enterprise gateway server logs (specifically, the QueryExecutionReport log here) and seeing that many of these failed queries are taking much longer than the query timeout ...
- 1 year ago
Query execution duration is total time any query taking for execution
Query timeout is maximum limit a query can be allowed to executed surpassing this the query will be terminated to manage long running queries
https://learn.microsoft.com/en-us/power-bi/enterprise/service-admin-premium-workloads#query-timeoutfor quick solution you can increase the query timeout to but I would recommand you to optimize your data model, implement incremental refresh to resuce your query execution time
v-priyankata
1 year agoCommunity Support
Hi jsatow
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.