Forum Discussion

JeffWeir's avatar
JeffWeir
Advocate V
7 years ago
Solved

Powerquery - Returning data as Tables seems to cause memory thrashing beyond certain point?

Hi all. I have an Excel file that has 38 queries in it, with 7 of those returning data to the DataModel, another 7 returning 'exceptions' to Excel as a Table (but not to the DataModel), and the rest ...
  • ImkeF's avatar
    ImkeF
    7 years ago

    I'v collected some more performance tips on my site here:  https://www.thebiccountant.com/speedperformance-aspects/ 

     

    Although the specific problem JeffWeir  mentioned is not covered there unfortunately it covers some aspects that should always be checked / tried out when performance problems occurs.

     

    What I would try as a last resort is to keep the problematic query loaded only to the data model, reference it again in the query editor and then load that to the sheet. With any luck, this will trigger a totally different evaluation plan that doesn't have those problems.