Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Getting following error in Web Service but not in Desktop Client. Which doesn't makes sense. Error is not pointing to any step except a table. Tried optimizing queries but of no help.
Kindly advice.
{"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"Timeout expired. The timeout period elapsed prior to completion of the operation."}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.HostingError.Reason","detail":{"type":1,"value":"Timeout"}}],"exceptionCulprit":1}}} Table: Table 2.
Hi @Anonymous ,
Its a Salesforce DataSource & I'm using it in PBI since past 4 years only when I added few columns & published I'm getting this error that too only in PBI Web Service.
Hi @Addy2020 ,
The issue is that it is taking too long to get the data and is timing out. What is your data source?
For the SQL Server Connector in Power BI, it has a default timeout value limit of 10 minutes, which is mentioned in the official documentation of the Power BI SQL Server Connector. So there will be random errors when the data is refreshed:
Power Query SQL Server connector - Power Query | Microsoft Learn
Please try to set the timeout time for this connection when you connect to SQL Server Database with Power BI Desktop.
You can restart the server on the client or upgrade the gateway to the latest version:
Update an on-premises data gateway | Microsoft Learn
This is the related document, you can view this content:
Solved: Microsoft SQL: Execution Timeout Expired Error whi... - Microsoft Fabric Community
Solved: Timeout Refresh errors azure sql sources; refresh ... - Microsoft Fabric Community
Solved: SQL Server timeout - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.