<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Power BI RAM Issues in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2866918#M27240</link>
    <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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&amp;nbsp;2GB for processing (because&amp;nbsp;you will not process everything&amp;nbsp;at same time)&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2022 07:04:18 GMT</pubDate>
    <dc:creator>josef78</dc:creator>
    <dc:date>2022-10-27T07:04:18Z</dc:date>
    <item>
      <title>Power BI RAM Issues</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2864933#M27218</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;We have 64 GB RAM sitting in Server and We have Power BI Reproting Server&amp;nbsp;&lt;/P&gt;&lt;P&gt;99% Reports are direct query and I understand that its not efficient to do it in this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So with this 99% Directquery Reports RAM Consumtion is like 80% because this is at Testing phase. People develop and test etc&lt;/P&gt;&lt;P&gt;For this Direct Query process When running the query it will take RAM Consumption and after result it sits into Power BI Report correct?&lt;/P&gt;&lt;P&gt;In&amp;nbsp; Prod it is 30% Consumption&amp;nbsp; for all Direct Query because we have only Release reports in it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we would like to move to Import Method and lets say file size is having 500MB. When it refresh it consumes RAM but when it comes into Desktop, while we done with Visual and all, does the data still sits in RAM or Disk? If after refreshing if it sits in RAM that means total RAM Consumption will be 1GB correct? Or Will it sits into Disk after refreshing?&lt;/P&gt;&lt;P&gt;Please help as this is very important for us to understand for decission making&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it something related to Increase RAM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few are saying it will still sit in RAM few are saying still sit in Disk.. not sure..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i fix this import method?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should be the standard RAM size in Server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 13:04:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2864933#M27218</guid>
      <dc:creator>Sudhakar510</dc:creator>
      <dc:date>2022-10-26T13:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI RAM Issues</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2866759#M27237</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/344099"&gt;@Sudhakar510&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In Power Bi desktop, if you import data into desktop,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;data is stored locally within powerbi in pbix (powerbi file) file. For Power BI service,&amp;nbsp;the data from the file is stored on Azure.&amp;nbsp;The Power BI service is built on Azure, which is Microsoft’s cloud computing infrastructure and platform. More details, please review this&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-admin-power-bi-security/" target="_self" rel="nofollow noopener noreferrer"&gt;blog&lt;/A&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both on-prem and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;on Microsoft Azure SQL database, it depands the type of you connect data. If you upload using import model in desktop, it still store the data in the .pbix file.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In Power BI service, if&amp;nbsp;you are referencing SQL Azure DB, then you don't need a gateway. If it is on-premises, then you do. In both these cases, if you change the connection type to "import" model- then the data will be stored in the Power BI Azure backend. If you get data using a live connection, no data is stored in the cloud, just some caching.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;refer:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Service/Where-is-data-stored-on-importing-to-power-bi/m-p/288537" target="_blank"&gt;https://community.powerbi.com/t5/Service/Where-is-data-stored-on-importing-to-power-bi/m-p/288537&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Lucien&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 06:05:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2866759#M27237</guid>
      <dc:creator>v-luwang-msft</dc:creator>
      <dc:date>2022-10-27T06:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI RAM Issues</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2866918#M27240</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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&amp;nbsp;2GB for processing (because&amp;nbsp;you will not process everything&amp;nbsp;at same time)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 07:04:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2866918#M27240</guid>
      <dc:creator>josef78</dc:creator>
      <dc:date>2022-10-27T07:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI RAM Issues</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2867389#M27244</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/236785"&gt;@josef78&lt;/a&gt;&amp;nbsp; very much,&lt;/P&gt;&lt;P&gt;So which means to do Import Method via Reporting Server, this is the process of consumption for RAM.&lt;/P&gt;&lt;P&gt;And it all depends upons Import Reports size from Reporting Server and based on RAM(64 GB) in Server(and also&amp;nbsp; depends upon Power Query steps, SQL Query writing as well) which means it should not be enough because currently already 80%&amp;nbsp; consumption happening in Development area..May be its not great way to this process import method if we don't extend RAM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for making me understanding this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And what if we access Power BI Import process via Service, is it same consumption of RAM in Production Server? may be not for Power Query steps because it will take our local memory isn't it? and for SQL query in Import Method&amp;nbsp; will it take from Server Memory?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We just worried of Data Governance to make sure data is not going outside like end users should not export before we move to service and also our reporting service sits in Citrix currently so we want to take steps carefully before we move to service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any inputs highly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 09:13:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2867389#M27244</guid>
      <dc:creator>Sudhakar510</dc:creator>
      <dc:date>2022-10-27T09:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI RAM Issues</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2885358#M27395</link>
      <description>&lt;P&gt;Yes, generally, amount of RAM which you need for model (after processing) on your development in Power BI Desktop, you will need also on production environment. And amount of additional RAM which you need during processing in Power BI Desktop, you will need also on production environment&amp;nbsp;(if you will process on same server).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, RAM required for processing is not very dependent on PowerQuery steps, more important is tabular compression (there not big difference if powerquery rewrite to sql, except filtering rows and collumns in case when query folding cannot be applied).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eg. If you have table with 100mil rows with source size 10GB, and this table, after columnar compression, will take e.g. 500MB. You will need:&lt;/P&gt;
&lt;P&gt;500MB RAM anytime.&lt;/P&gt;
&lt;P&gt;and additional during processing:&lt;/P&gt;
&lt;P&gt;+500MB RAM for working version&lt;/P&gt;
&lt;P&gt;+1.6GB RAM for raw data (because it is process sequentially by two 8mil segments (segment size 8/100mil*10GB=0,8GB in this case)&lt;/P&gt;
&lt;P&gt;it's mean you will need 500GB in idle, and 2,6GB during processing, in this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be aware about loading large data which will not be used (columns or rows filtered-out during power query, or columns which you don't need in model), is better filter-out unnecessary&amp;nbsp;data during query (by custom sql query, or db view, or also in powerquery with query folding (which translate power query steps down to sql)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additional tips:&lt;/P&gt;
&lt;P&gt;For large environments&amp;nbsp;is recommended use scale-out deployment, and separate front-end power bi report servers and dedicated power bi report servers for processing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For large models is better use dedicated SSAS instance for models with live connected PBI reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 10:41:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-RAM-Issues/m-p/2885358#M27395</guid>
      <dc:creator>josef78</dc:creator>
      <dc:date>2022-11-04T10:41:02Z</dc:date>
    </item>
  </channel>
</rss>

