<?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 Calculate sum without filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-without-filters/m-p/2513104#M69758</link>
    <description>&lt;P&gt;Good Mornign all,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am trying to calculate the total value of a project excluding all filters. My data structure is as follows :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Parent Project&amp;nbsp; -&amp;gt;&amp;nbsp; Child Project&amp;nbsp; &amp;nbsp;-&amp;gt; Prices&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I want to have a total value for the Parent Project, ignoring all filters placed on both the Child Project and the Prices tables. I have tried using CALCULATE with ALLEXCEPT but I can;t get it to work properly. Should I create a Child Total first and then sum that for the Parent Total?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks For Any Help&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 09:43:31 GMT</pubDate>
    <dc:creator>ChrisDurham</dc:creator>
    <dc:date>2022-05-13T09:43:31Z</dc:date>
    <item>
      <title>Calculate sum without filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-without-filters/m-p/2513104#M69758</link>
      <description>&lt;P&gt;Good Mornign all,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am trying to calculate the total value of a project excluding all filters. My data structure is as follows :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Parent Project&amp;nbsp; -&amp;gt;&amp;nbsp; Child Project&amp;nbsp; &amp;nbsp;-&amp;gt; Prices&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I want to have a total value for the Parent Project, ignoring all filters placed on both the Child Project and the Prices tables. I have tried using CALCULATE with ALLEXCEPT but I can;t get it to work properly. Should I create a Child Total first and then sum that for the Parent Total?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks For Any Help&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:43:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-without-filters/m-p/2513104#M69758</guid>
      <dc:creator>ChrisDurham</dc:creator>
      <dc:date>2022-05-13T09:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sum without filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-without-filters/m-p/2513149#M69761</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278636" data-lia-user-login="ChrisDurham" class="lia-mention lia-mention-user"&gt;ChrisDurham&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a measure with the ALL function to ignore the filters:&lt;/P&gt;
&lt;P&gt;Measure= CALCULATE(SUM[Column], ALL(Table))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would give you the total sum ignoring all the filters that've been applied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark this as a solution, if I answered your question. Kudos are always appreciated.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:55:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-without-filters/m-p/2513149#M69761</guid>
      <dc:creator>Tanushree_Kapse</dc:creator>
      <dc:date>2022-05-13T09:55:54Z</dc:date>
    </item>
  </channel>
</rss>

