Forum Discussion
Kemei
Advocate I
4 years agoPower BI dataflow scheduled refreshes sometimes fail with Execution Timeout Expired errors.
We have a couple of Power BI dataflows scheduled refreshes which sometimes fail when they have run over 10 minutes. The sources for the dataflow are Azure Synapes SQL pool and Office 365 Sharepoint s...
- 4 years ago
The dataflow itself will time out in the preview window after 10min, and no way to change that, but if you save it it will validate and process.
You could try to break your dataflow into 2 stages.- Bring your Azure Synapse data into a dataflow with the other dataflow. No or minimal transformations.
- Create a 2nd dataflow that takes the tables from the first and does the big transformation. This will take advantage of the Enhanced Compute Engine and may process better. Doing everything in one dataflow when complex is usually discouraged.
Kemei
Advocate I
4 years agoThanks for the reply. It is from a new Power BI dataflow with the complex transformations that combine the data from Azure Synapse SQL pool and other Dataflow.
We are not sure where the 10 minutes timeout error comes from. Is it from Power BI services or Azure Synapse SQL pool?
- edhans4 years ago
Community Champion
The dataflow itself will time out in the preview window after 10min, and no way to change that, but if you save it it will validate and process.
You could try to break your dataflow into 2 stages.- Bring your Azure Synapse data into a dataflow with the other dataflow. No or minimal transformations.
- Create a 2nd dataflow that takes the tables from the first and does the big transformation. This will take advantage of the Enhanced Compute Engine and may process better. Doing everything in one dataflow when complex is usually discouraged.