Forum Discussion
Are these numbers the same? (Query Timeout and QueryExecutionDurationMS)
- 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
Hi jsatow
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.