<?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: sumx/summarize affected by filters that not contained in the summarize in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552667#M72295</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Measure1 =
SUMX (
    CALCULATETABLE (
        DISTINCT ( Sheet4 ),
        ALLEXCEPT ( Sheet4, Sheet4[Year], Sheet4[Period] )
    ),
    Sheet4[brand_cm]
)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 01 Jun 2022 11:25:46 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-06-01T11:25:46Z</dc:date>
    <item>
      <title>sumx/summarize affected by filters that not contained in the summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552315#M72271</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need help with the below Sumx (Summarize) measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summarize contains: table "sheet4", and 3 columns "Year" , "Period" , "Brand cm" .&lt;/P&gt;&lt;P&gt;Then we SUMX with the column "Brand cm".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result is OK,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when i apply a filter with a column that IN NOT part of the 3 columns contained in summarize (Year,Period,Brand cm) , then my measure changes !!! any ideas why ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 08:40:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552315#M72271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-01T08:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: sumx/summarize affected by filters that not contained in the summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552456#M72280</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course.&lt;BR /&gt;SUMMARIZE is calculated in the current filter context.&amp;nbsp;&lt;BR /&gt;What are you trying to achieve? Can you provide more details?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 09:30:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552456#M72280</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-06-01T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: sumx/summarize affected by filters that not contained in the summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552505#M72285</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp; thank you very much for your reply I really appreciate this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want the sum of column "brand cm" to be shown "280" regardless of what customer the user may filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i used the Summarize to group by the unique value per Year,Period and the i summed up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when i filter per customer it affects the results..&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 09:54:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552505#M72285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-01T09:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: sumx/summarize affected by filters that not contained in the summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552527#M72287</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your repy. But does the expected visual supposed to look like?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 10:03:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552527#M72287</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-06-01T10:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: sumx/summarize affected by filters that not contained in the summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552537#M72289</link>
      <description>&lt;P&gt;I want to see "280" and this measure to be the same regardless any filters (i.e customer) that a user may select&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 10:06:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552537#M72289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-01T10:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: sumx/summarize affected by filters that not contained in the summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552667#M72295</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Measure1 =
SUMX (
    CALCULATETABLE (
        DISTINCT ( Sheet4 ),
        ALLEXCEPT ( Sheet4, Sheet4[Year], Sheet4[Period] )
    ),
    Sheet4[brand_cm]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 01 Jun 2022 11:25:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2552667#M72295</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-06-01T11:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: sumx/summarize affected by filters that not contained in the summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2572298#M73516</link>
      <description>&lt;P&gt;it works fine ! thank you so much!!!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 17:04:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sumx-summarize-affected-by-filters-that-not-contained-in-the/m-p/2572298#M73516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-10T17:04:24Z</dc:date>
    </item>
  </channel>
</rss>

