<?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 Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4887691#M42493</link>
    <description>&lt;P&gt;Thank you for your answer. I am currently using the Olap tabular model with the SQL Server Analysis Services product. I think it would be more logical to connect my model with Power Bi Direct Query?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Nov 2025 12:33:50 GMT</pubDate>
    <dc:creator>Bilge</dc:creator>
    <dc:date>2025-11-27T12:33:50Z</dc:date>
    <item>
      <title>Power Bi Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4886265#M42485</link>
      <description>&lt;P&gt;I have a 50GB SSAS Tabular Model. Is it logical to create it in a Power BI report or to connect to the tabular model with a direct query? I am using Power BI Desktop RS May 2025 version.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 07:32:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4886265#M42485</guid>
      <dc:creator>Bilge</dc:creator>
      <dc:date>2025-11-26T07:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4886881#M42488</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1437620" data-lia-user-login="Bilge" class="lia-mention lia-mention-user"&gt;Bilge&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thinking about your question, in my oppinion:&lt;/P&gt;&lt;DIV class=""&gt;&lt;BR /&gt;A tabular model of &lt;STRONG&gt;50 GB&lt;/STRONG&gt; is extremely heavy for Power BI Report Server. This results in:&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;High memory consumption&lt;/STRONG&gt;: The VertiPaq engine must load the entire dataset into RAM, which can saturate the server.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Very slow refresh times&lt;/STRONG&gt;: Each refresh could take hours and affect other services.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Limited scalability&lt;/STRONG&gt;: Any further growth makes the model even harder to manage.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;For these reasons, &lt;STRONG&gt;importing this volume into Power BI maybe could be not the best option&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Instead of attempting to load everything into Power BI, consider revising the architecture and adopting a more modern and scalable solution:&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;H4&gt;&lt;STRONG&gt;Use Microsoft Fabric&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Create a &lt;STRONG&gt;Lakehouse&lt;/STRONG&gt; or &lt;STRONG&gt;Data Warehouse&lt;/STRONG&gt; in Fabric to store the data in an optimised structure.&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;&lt;STRONG&gt;Alternative with SQL Server&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Expose the data through &lt;STRONG&gt;optimised views&lt;/STRONG&gt; or &lt;STRONG&gt;stored procedures&lt;/STRONG&gt; in SQL Server.&lt;/LI&gt;&lt;LI&gt;Use &lt;STRONG&gt;DirectQuery&lt;/STRONG&gt; in Power BI to avoid loading 50 GB into the model.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Official References:&lt;/DIV&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-directquery-about" target="_blank" rel="noopener"&gt;DirectQuery in Power BI: When to Use, Limitations, Alternatives - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this response was helpful in any way, I’d gladly accept a &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;much like the joy of seeing a DAX measure work first time without needing another FILTER.&lt;/P&gt;&lt;P&gt;Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop &lt;span class="lia-unicode-emoji" title=":cyclone:"&gt;🌀&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Nov 2025 17:38:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4886881#M42488</guid>
      <dc:creator>Zanqueta</dc:creator>
      <dc:date>2025-11-26T17:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4887691#M42493</link>
      <description>&lt;P&gt;Thank you for your answer. I am currently using the Olap tabular model with the SQL Server Analysis Services product. I think it would be more logical to connect my model with Power Bi Direct Query?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 12:33:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4887691#M42493</guid>
      <dc:creator>Bilge</dc:creator>
      <dc:date>2025-11-27T12:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4888693#M42501</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1437620" data-lia-user-login="Bilge" class="lia-mention lia-mention-user"&gt;Bilge&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN&gt;Yes, it's best to use Live Connection or DirectQuery. Optimizing the SSAS model for both performance and usability enables Power BI to serve as a strong visualization layer. This approach leverages your existing model, reduces the need for data imports into Power BI, and supports better performance, governance, and management.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Nov 2025 03:19:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4888693#M42501</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-11-29T03:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4890555#M42517</link>
      <description>&lt;P&gt;The model is very large and the number of users is high. Is there anything that can be done instead of querying the model?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 10:13:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4890555#M42517</guid>
      <dc:creator>Bilge</dc:creator>
      <dc:date>2025-12-02T10:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4890557#M42518</link>
      <description>&lt;P&gt;The model is very large and the number of users is high. Is there anything that can be done instead of querying the model?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 10:13:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4890557#M42518</guid>
      <dc:creator>Bilge</dc:creator>
      <dc:date>2025-12-02T10:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4890641#M42519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1437620" data-lia-user-login="Bilge" class="lia-mention lia-mention-user"&gt;Bilge&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;When working with a 50GB SSAS Tabular model and a large user base, direct querying can cause performance challenges. Here are several strategies to help address this.&lt;/P&gt;
&lt;P&gt;1. Pre aggregate frequent queries in SSAS so Power BI accesses smaller, faster datasets.&lt;/P&gt;
&lt;P&gt;2. Divide the model into partitions, such as by date or region, to focus queries and improve speed.&lt;/P&gt;
&lt;P&gt;3. Refresh only updated data instead of the entire model.&lt;/P&gt;
&lt;P&gt;4.&amp;nbsp; Use Import mode for smaller, commonly used data and DirectQuery for larger tables.&lt;/P&gt;
&lt;P&gt;5.&amp;nbsp; For SSAS Enterprise users, enable scale-out to balance query loads across multiple servers.&lt;/P&gt;
&lt;P&gt;Refine DAX measures, minimize calculated columns, and ensure efficient relationships to reduce query time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Applying these approaches can help maintain your SSAS model's integrity while keeping Power BI performance high for users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yugandhar.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 04:49:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4890641#M42519</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-12-04T04:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4894320#M42554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1437620" data-lia-user-login="Bilge" class="lia-mention lia-mention-user"&gt;Bilge&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Could you please let us know if your issue is resolved. If you need any additional help, we’re happy to assist.&lt;/P&gt;
&lt;P&gt;&lt;BR data-start="222" data-end="225" /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 14:16:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4894320#M42554</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-12-05T14:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4895956#M42591</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1437620" data-lia-user-login="Bilge" class="lia-mention lia-mention-user"&gt;Bilge&lt;/a&gt;&amp;nbsp;, Are you still experiencing any issues? If you need more information or have any questions, please let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 13:02:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-Bi-Report-Server/m-p/4895956#M42591</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-12-08T13:02:34Z</dc:date>
    </item>
  </channel>
</rss>

