Forum Discussion
Power Query Editor Steps are painfully slow
- 5 years ago
Uncheck all the settings where Power Query tries to mess with the meta data (column type inference, relationship detection etc.) Uncheck anything you don't want Power Query to do for you.
I'm getting impossibly slow response when changing small things in power query.
Does anyone know of a list of these "Settings where Power Query tries to mess with..."?
I would turn off the preview but it's ticked and greyed out. 😞
Any help appreciated.
- Thejeswar4 years agoSuper User
Hi Anonymous ,
Try doing the below items. This should help improve performance
1. Disable the Auto date/time under Time intelligence
2. Turn Off Auto detect relationships under Relationships in Data Load section
3. Replace any duplicate queries in your report with Query references and include only the differing steps to the Query reference
4. Remove any unwanted Columns from the dataset. (Wide Table hugely slow down the performance)
5. Disable loading of any unwanted queries during refresh
Regards,
If this helps, mark it as solution and appreciate with a Kudo!!
- lbendlin4 years agoSuper User
Careful with #4 - that is a very sharp double edged sword, especially in scenarios with query folding and poorly performing data sources. In such scenarios a full table spool is often faster than hand-picking columns.
- lbendlin4 years agoSuper User
Show a screenshot of your options page current file/report settings.
Try to avoid doing table merges in Power Query. Join the tables in the data model.