Forum Discussion
Power Query Editor REALLY SLOW - SQL SERVER CONNECTION
- Anonymous5 years ago
Hi Anonymous ,
Which connection mode you are using to connect SQL Server? Import or Direct Query? Is the underlying database running smoothly? It is difficult to give a suitable solution without sample data and related execution operations. Because there are many possible reasons(large amount of data, specific applied steps etc.)... You can try the following operations anyway and see if the situation has improved later:
1. Upgrade your Power BI Desktop to the latest version
2. Uncheck background data (File –> Options –>Data Load –>Allow data previews to download in the background)Any way to speed up really slow refresh times in Power Query?
3. Refer the following blog to update/optimize the reportTransformations in Power Query - Very Slow Performance
Best Regards
Hello My Friend. Thanks for the reply. I'm using a EXCEL file as datasource...2 files one with many tabs (65MB) and another one with few more tabs (20MB). I'm appending the tabs together, to merge them in one single table within power query. I've already tried to disable that "Allow data preview to download in the background" and it doesn t let me see the data or manipulate it.
Thanks again.
Hi Anonymous ,
According to your description, it seems that there are multiple queries in your original model, and finally you integrate them into a single table through append and merge operations in Power Query Editor. Could you please perform the following operations in your source excel file before connecting the excel file with Power BI:
1. Remove unnecessary columns
2. Can the append and merge operations you perform in power query be completed in excel in advance?
Best Regards