<?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: All Calculated tables are refreshed when the measure is updated in PBIX file in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4778023#M182995</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724257" data-lia-user-login="Sam_Sun_2018" class="lia-mention lia-mention-user"&gt;Sam_Sun_2018&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN data-teams="true"&gt;Hope you're doing fine. Can you confirm if the problem is solved or still persists? Sharing your details will help others in the community.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jul 2025 06:58:21 GMT</pubDate>
    <dc:creator>v-hashadapu</dc:creator>
    <dc:date>2025-07-28T06:58:21Z</dc:date>
    <item>
      <title>All Calculated tables are refreshed when the measure is updated in PBIX file</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4764449#M182511</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a PBIX file which contains some calculated tables and measures.&amp;nbsp; i noticed that when i make the changes to the measure, it will take some time to save the changes.&amp;nbsp; i observed that the reason why it takes time to save the changes to the measure is that all Calculate tables are refreshed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the calculated tables do not use the measure that i made changes to . does anyknow know what is the reason why this is happening and how to resolve this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 02:33:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4764449#M182511</guid>
      <dc:creator>Sam_Sun_2018</dc:creator>
      <dc:date>2025-07-16T02:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: All Calculated tables are refreshed when the measure is updated in PBIX file</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4764730#M182521</link>
      <description>&lt;P&gt;Power BI&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;recalculates to ensure the integrity of the data model in its entirety&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The formula of a calculated table might contain calculated columns, other calculated tables, or measures references&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273" data-lia-user-login="me" class="lia-mention lia-mention-user"&gt;me&lt;/a&gt; in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 06:58:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4764730#M182521</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-16T06:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: All Calculated tables are refreshed when the measure is updated in PBIX file</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4764921#M182530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724257" data-lia-user-login="Sam_Sun_2018" class="lia-mention lia-mention-user"&gt;Sam_Sun_2018&lt;/a&gt;&amp;nbsp;, Thank you for reaching out to the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Power BI, when you modify a measure, all calculated tables in the model will be re-evaluated, even if they don’t reference that measure. This happens because calculated tables are part of the model’s semantic layer and are always recalculated when the model changes. Power BI uses a conservative dependency strategy and doesn't limit recalculations to only directly affected objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This behaviour is by design and hasn’t changed in recent updates. To avoid unnecessary recalculations, move logic from calculated tables to Power Query when possible, since Power Query tables only refresh during data load, not on model edits.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 08:45:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4764921#M182530</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-07-16T08:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: All Calculated tables are refreshed when the measure is updated in PBIX file</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4770628#M182707</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724257" data-lia-user-login="Sam_Sun_2018" class="lia-mention lia-mention-user"&gt;Sam_Sun_2018&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN data-teams="true"&gt;hope you are doing great. May we know if your issue is solved or if you are still experiencing difficulties. Please share the details as it will help the community, especially others with similar issues.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 11:51:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4770628#M182707</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-07-21T11:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: All Calculated tables are refreshed when the measure is updated in PBIX file</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4774982#M182867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724257" data-lia-user-login="Sam_Sun_2018" class="lia-mention lia-mention-user"&gt;Sam_Sun_2018&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN data-teams="true"&gt;Hope you're doing okay! May we know if it worked for you, or are you still experiencing difficulties? Let us know — your feedback can really help others in the same situation.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 10:55:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4774982#M182867</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-07-24T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: All Calculated tables are refreshed when the measure is updated in PBIX file</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4778023#M182995</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="724257" data-lia-user-login="Sam_Sun_2018" class="lia-mention lia-mention-user"&gt;Sam_Sun_2018&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN data-teams="true"&gt;Hope you're doing fine. Can you confirm if the problem is solved or still persists? Sharing your details will help others in the community.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 06:58:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Calculated-tables-are-refreshed-when-the-measure-is-updated/m-p/4778023#M182995</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-07-28T06:58:21Z</dc:date>
    </item>
  </channel>
</rss>

