Forum Discussion
Dataset refresh error - timeout
- 1 year ago
Hi Gianf ,
To address this effectively, we recommend raising a support ticket with Microsoft Azure Support. This will allow the engineering team to investigate the issue in detail and provide a resolution or guidance
To raise a support ticket for Fabric and Power BI, kindly follow the steps outlined in the following guide:
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
If this post helps, please give us Kudos and consider marking it Accept as solution to assist other members in finding it more easily.
Thank you
- 1 year ago
Hi v-dineshya
We were able to solve the issue with the help of Microsoft support.
It is somewhat a workaround, but it works, so... here it is the solution.
We added an explicit longer timeout in Power Query connection to SQL Server:Sql.Database(ServerName, DbName,[CommandTimeout=#duration(0,0,45,0)])
Hi Gianf ,
We are following up once again regarding your query. Could you please confirm if the issue has been resolved through the support ticket with Microsoft?
If the issue has been resolved, we kindly request you to share the resolution or key insights here to help others in the community.
Thank you for your understanding and participation.
Hi v-dineshya
We were able to solve the issue with the help of Microsoft support.
It is somewhat a workaround, but it works, so... here it is the solution.
We added an explicit longer timeout in Power Query connection to SQL Server:
Sql.Database(ServerName, DbName,[CommandTimeout=#duration(0,0,45,0)])