Forum Discussion
Power BI: Execution Timeout Expired
- 8 years ago
Hi priyankas,
As you said you still can do Refresh but failed sometime. I think it could be the performance issue related to many sides. Power BI doesn't work alone. When we push Refresh, Power BI will send a request to the SQL Server 2008. But the SQL Server 2008 could say I'm busy. Some time later, Power BI could return failure message with time out.
So I think it's hard to solve this issue from Power BI side. One more thing about Refresh, Power BI sends request and gets data, the big part of the job is done in the data source.
Do you have a SQL Server Profiler? If so, you can check if the SP is executed successfully.
Best Regards,
Dale
Hi priyankas,
A SP running 7 seconds won't be a problem. One SP runs 54 seconds in my test. Please check these things below.
1. What's the Database? It's SQL Server in my test.
2. Do you have enough privilege to execute a SP?
3. Can you connect to the DB with SQL Server Management Studio?
Best Regards,
Dale