Forum Discussion
Possible reasons for SQL Timeout on loading a view on Import
- 8 years ago
Hi justin777,
Did you add some complex steps in query editor? If there are too many steps or too complex steps the issue might occur.
In addition, the option “Allow data preview to download in the background ” could affect the performance as well. You can disable it and have a try agagin.
By the way, what is your version of your desktop? Here I suggest to use the latest vision to work with. (Version: 2.60.5169.3201 (July 2018) )
Regards,
Frank
Hi justin777,
Did you add some complex steps in query editor? If there are too many steps or too complex steps the issue might occur.
In addition, the option “Allow data preview to download in the background ” could affect the performance as well. You can disable it and have a try agagin.
By the way, what is your version of your desktop? Here I suggest to use the latest vision to work with. (Version: 2.60.5169.3201 (July 2018) )
Regards,
Frank
Hi Frank,
Thanks for the reply. The "Allow data preview to download in the background" actually help the performance a bit especially when just editting the query but I realize the bottleneck is really from the server. I thought it is some kind of bug or an option I have not yet discovered but the problem was pretty basic. The SQL Server can't handle the query with the default timeout limit, when I extended the timeout to 90 mins, it works fine after waiting for at least 20 mins.
I'm using the latest Power BI Desktop just to be sure I don't get any weird bugs along the way