Forum Discussion
Does Dataflow evaluation stop after 10 minutes?
- Anonymous5 years ago
I created a Support ticket. I got the response I got from Microsoft is as follows:
The authoring limit on Power Query Online is 10 minutes per query. This is the reason for evaluation cancellation error during dataflow creation. We cannot increase or decrease this timeout value. Please note that there is no such timeout value for Power BI Desktop. Reference Document: Power Query Online Usage Limits | Microsoft Docs
You can consider optimizing the query or breaking the query into two to ensure that it takes less than 10 minutes each to execute. If in case, there is no way we can optimize this query. Then the only option left is to use Power BI Desktop instead of Power Query Online (dataflows)."
I added a where clause in the sql statement block to narrow the results. Once the M code showed up, I removed the where clause and canceled the evaluation. Closed dataflow and refreshed. Slow but works like a charm.
This worked for me too. Thanks.