Forum Discussion

adityavighne's avatar
adityavighne
Icon for Continued Contributor rankContinued Contributor
7 years ago

error returned there's not enough memory to complete this operation

Hi Everyone,

 

Anyone getting this error while loading data from SQL and Excel file. Kindly reply with solution.

 

I have already checked below things -

  1. I'm using more than 8GB RAM laptop
  2. Reinstall Power BI
  3. Create new excel sheets
  4. change settings while loading data
  5. untick "Auto Data/time"
  6. Unlock file before opening
  7. Checked on different system

 

"failed to save modifications to the server. error returned there's not enough memory to complete this operation"

 

 

Regards,

Aditya Vighne

2 Replies

  • v-frfei-msft's avatar
    v-frfei-msft
    Icon for Community Support rankCommunity Support

    Hi adityavighne,

     

    The error can be caused by the dataset hit the limitation, if you are using Import mode, the .pbix file in service shouldn't more than 1G. See: File size limit increase to 1 GB . If it's DirectQuery, there is a 1 million row limit for returning data. See: Limitations of DirectQuery.

     

    Please try to filter on query to limit less data returned, then republish the report to service and refresh to see if the issue occurs.

     

    Regards,

    Frank

    • adityavighne's avatar
      adityavighne
      Icon for Continued Contributor rankContinued Contributor

      Hi v-frfei-msft,

       

      Thanks for reply.