Forum Discussion
adam_mac
5 years agoHelper I
Refresh taking forever for only 2 columns
Hi, a topic I’m sure has been covered a million times. I am drawing in data from an OData connection and have created a model with only 2 columns, an ID column and a Country column (I removed 99% ...
v-yingjl
5 years agoCommunity Support
Hi adam_mac ,
If the source table was loaded or quoted multiple times before filtering columns, you can try to use Buffer functions like Table.buffer() etc. to buffers it in memory to improve performance.
Refer:
- Table.Buffer for cashing intermediate query results or how workaround Unnecessary Queries Issue
- Performance tip for List.Generate (1): Buffer your tables in Power BI and Power Query
- Improving Power Query Calculation Performance With List.Buffer()
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.