Forum Discussion

Sudhakar510's avatar
Sudhakar510
Helper I
3 years ago
Solved

Power BI RAM Issues

Hi Experts, We have 64 GB RAM sitting in Server and We have Power BI Reproting Server  99% Reports are direct query and I understand that its not efficient to do it in this way.   So with this 99...
  • josef78's avatar
    3 years ago

    If your model size is 500MB (is not same as file size, because file is double compressed), you need 500MB of RAM for model, + additional 500MB during processing, + additional RAM for source data (it can be much larger, because it is uncompressed raw data, but it's limited up two 8milions segments which processed parallely). Is not count easy, best way is check memory allocation during idle, and memory allocation during processing peak.

     

    Also depends on number of reports, if you have 500MB model you need 500MB constantly, +e.g. 2GB during processing. But if you have 10 reports by 500MB, you need 5GB constantly, + and probably 2GB for processing (because you will not process everything at same time)