Forum Discussion

Ajoaquin36's avatar
Ajoaquin36
New Member
1 year ago
Solved

There is not enough memory to complete this action

I've been having a problem for several days when working in Power Query from Excel, I detail: after combining 2 queries I close Power Query to create a "PivotTable report" (checking Add this data to ...
  • rohit1991's avatar
    1 year ago

    hi Ajoaquin36 ,
    You can try these:

    To fix the "Not enough memory" error in Power Query:

    1. Switch to 64-bit Excel: Handles larger memory allocations.
    2. Optimize Queries: Remove unnecessary columns/rows, disable previews, and use Table.Buffer.
    3. Split Complex Queries: Break into smaller parts.
    4. Optimize Data Model: Avoid adding unused data to the model and reduce dimensions.
    5. Increase Virtual Memory: Adjust system paging file size.
    6. Close Other Applications: Free up system resources.
    7. Avoid Data Model: Load data directly to PivotTable.