<?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 Performance problem in power bi in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-problem-in-power-bi/m-p/4641121#M177718</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a performance problem in power bi:&lt;/P&gt;&lt;P&gt;I have subscriptions from salesforce and calculate the Monthly Recurring (MRR) revenue. We want to analyze the change from the previous to the current month. All Products a grouped in "domains".&lt;/P&gt;&lt;P&gt;- upsell in a domain&lt;/P&gt;&lt;P&gt;- downsell in a domain&lt;/P&gt;&lt;P&gt;- crosssell (new domain for an existent customer)&lt;/P&gt;&lt;P&gt;- product churn (customer is still customer but canceled a domain)&lt;/P&gt;&lt;P&gt;- churn (customer canceled)&lt;/P&gt;&lt;P&gt;- new customer&lt;/P&gt;&lt;P&gt;For every "class" I need the MRR and no of customers.&lt;/P&gt;&lt;P&gt;And we want to see the development for 24 months.&lt;/P&gt;&lt;P&gt;==&amp;gt; a lot of calculations&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because I had problems within visuals (timeout) I introduced a calculated table with all results for every month. The problem is, that now every change in the datamodel (new measure, measure change) starts a recalculation of this temporary table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would love to have this precalculated table somewhere outside - before power bi comes in to play. But at the same time I want to reuse my DAX-formulas. So I am looking for a kind of a datamodel, which understands DAX where I can precalculate my results. A little bit like a python notebook.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Holger&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2025 12:31:04 GMT</pubDate>
    <dc:creator>holgergubbels</dc:creator>
    <dc:date>2025-04-07T12:31:04Z</dc:date>
    <item>
      <title>Performance problem in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-problem-in-power-bi/m-p/4641121#M177718</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a performance problem in power bi:&lt;/P&gt;&lt;P&gt;I have subscriptions from salesforce and calculate the Monthly Recurring (MRR) revenue. We want to analyze the change from the previous to the current month. All Products a grouped in "domains".&lt;/P&gt;&lt;P&gt;- upsell in a domain&lt;/P&gt;&lt;P&gt;- downsell in a domain&lt;/P&gt;&lt;P&gt;- crosssell (new domain for an existent customer)&lt;/P&gt;&lt;P&gt;- product churn (customer is still customer but canceled a domain)&lt;/P&gt;&lt;P&gt;- churn (customer canceled)&lt;/P&gt;&lt;P&gt;- new customer&lt;/P&gt;&lt;P&gt;For every "class" I need the MRR and no of customers.&lt;/P&gt;&lt;P&gt;And we want to see the development for 24 months.&lt;/P&gt;&lt;P&gt;==&amp;gt; a lot of calculations&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because I had problems within visuals (timeout) I introduced a calculated table with all results for every month. The problem is, that now every change in the datamodel (new measure, measure change) starts a recalculation of this temporary table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would love to have this precalculated table somewhere outside - before power bi comes in to play. But at the same time I want to reuse my DAX-formulas. So I am looking for a kind of a datamodel, which understands DAX where I can precalculate my results. A little bit like a python notebook.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Holger&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 12:31:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-problem-in-power-bi/m-p/4641121#M177718</guid>
      <dc:creator>holgergubbels</dc:creator>
      <dc:date>2025-04-07T12:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-problem-in-power-bi/m-p/4642307#M177757</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="797329" data-lia-user-login="holgergubbels" class="lia-mention lia-mention-user"&gt;holgergubbels&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Fabric Community.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1. Consider moving part of your ETL and business logic (such as churn classification and MRR deltas) upstream into Power BI&amp;nbsp;Dataflows&amp;nbsp;or&amp;nbsp;Fabric Data Pipelines.&lt;/P&gt;
&lt;P&gt;Precompute metrics in Power Query (M).&lt;/P&gt;
&lt;P&gt;Enhance report responsiveness by loading only aggregated data.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-create" target="_blank"&gt;Creating a dataflow - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/ingest-data-pipelines" target="_blank"&gt;Ingest data into your Warehouse using data pipelines - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. For highly customized logic and scalability, consider moving calculations to a Python Notebook exporting the results as a table to a Data Lake or SQL database, and connecting to it in Power BI.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/author-execute-notebook" target="_blank"&gt;Develop, execute, and manage notebooks - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. As your data grows over time, consider using incremental refresh to reduce the load on large date-based tables and aggregation tables to speed up visual rendering.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview" target="_blank"&gt;Incremental refresh for semantic models in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/transform-model/aggregations-advanced" target="_blank"&gt;User-defined aggregations - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 05:42:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-problem-in-power-bi/m-p/4642307#M177757</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-04-08T05:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem in power bi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-problem-in-power-bi/m-p/4648662#M177948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="797329" data-lia-user-login="holgergubbels" class="lia-mention lia-mention-user"&gt;holgergubbels&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution we provided for your issue worked for you&amp;nbsp;&amp;nbsp;or let us know if you need any further assistance?&lt;/P&gt;
&lt;P&gt;Your feedback is important to us,&amp;nbsp;Looking forward to your response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 11:55:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Performance-problem-in-power-bi/m-p/4648662#M177948</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-04-11T11:55:08Z</dc:date>
    </item>
  </channel>
</rss>

