Forum Discussion

sanchit's avatar
sanchit
Frequent Visitor
9 years ago
Solved

Memory Error : Allocation Faliure.

Hi I have created a pbix file in 64bit machine. File Size : 22 MB. Rows : 5.5 Million Approx. Data is fetched from MYSQL Database. While i try to open the same file in a 32 bit machine, an error m...
  • v-ljerr-msft's avatar
    9 years ago

    Hi sanchit,

     

    As suggested in the error message, you may need to increase the amount of memory available on the machine in this scenario(1.5 GB may be not enough for your data mode).

     

    Or you can try to optimize your data model in a way that makes a better use the available memory. For more details, you can refer to this article(though the article is about PowerPivot, it should be similar with Power BI).:smileyhappy:

     

    Regards