<?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: Calculated measure not updating in pivot table with date filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-measure-not-updating-in-pivot-table-with-date-filter/m-p/4587342#M175732</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1228753" data-lia-user-login="kac8866" class="lia-mention lia-mention-user"&gt;kac8866&lt;/a&gt;&amp;nbsp;Functions like ALL, ALLEXCEPT, REMOVEFILTERS etc removes the Filters from the Expanded Tables, if LEX_Data is on the Many side then any table that is on the One side will also be impacted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In ALLEXCEPT you need to include those Date columns that should be allowed to Filter the calculation, you can keep some columns or whole Dates table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ServerCategorySales =
CALCULATE (
    SUM ( LEX_Data[Sales ($)] ),
    ALLEXCEPT (
        LEX_Data,
        LEX_Data[Category],
        LEX_Data[Team Member],
        Dates[Column],
        Dates
    )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2025 07:08:06 GMT</pubDate>
    <dc:creator>AntrikshSharma</dc:creator>
    <dc:date>2025-02-27T07:08:06Z</dc:date>
    <item>
      <title>Calculated measure not updating in pivot table with date filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-measure-not-updating-in-pivot-table-with-date-filter/m-p/4586945#M175724</link>
      <description>&lt;P&gt;I have data that has sales for servers within different categories (Apps, Desserts, etc). The rows are summed by individual menu items. Below is a screen shot of part of the table&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The date column is the last day of the fiscal week. There is a separate Date Table and the proper relationship is active between the two tables.I have a measure that calculates the sales of each server by category. But when I put that measure into a pivot table with Fiscal week as a filter, I only get the total for all three fiscals weeks no matter what week, or combination of weeks, I select in the fiscal week filter. Not sure how to have this measure change with the date filter. The measure is&amp;nbsp;&lt;/P&gt;&lt;P&gt;ServerCategorySales =&amp;nbsp;CALCULATE(SUM(LEX_Data[Sales ($)]), ALLEXCEPT(LEX_Data,LEX_Data[Category],LEX_Data[Team Member]))&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 01:47:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-measure-not-updating-in-pivot-table-with-date-filter/m-p/4586945#M175724</guid>
      <dc:creator>kac8866</dc:creator>
      <dc:date>2025-02-27T01:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated measure not updating in pivot table with date filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-measure-not-updating-in-pivot-table-with-date-filter/m-p/4587342#M175732</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1228753" data-lia-user-login="kac8866" class="lia-mention lia-mention-user"&gt;kac8866&lt;/a&gt;&amp;nbsp;Functions like ALL, ALLEXCEPT, REMOVEFILTERS etc removes the Filters from the Expanded Tables, if LEX_Data is on the Many side then any table that is on the One side will also be impacted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In ALLEXCEPT you need to include those Date columns that should be allowed to Filter the calculation, you can keep some columns or whole Dates table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ServerCategorySales =
CALCULATE (
    SUM ( LEX_Data[Sales ($)] ),
    ALLEXCEPT (
        LEX_Data,
        LEX_Data[Category],
        LEX_Data[Team Member],
        Dates[Column],
        Dates
    )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 07:08:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-measure-not-updating-in-pivot-table-with-date-filter/m-p/4587342#M175732</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2025-02-27T07:08:06Z</dc:date>
    </item>
  </channel>
</rss>

