<?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: SUM a nested CALCULATE within a SummarizeColumns? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-a-nested-CALCULATE-within-a-SummarizeColumns/m-p/1032395#M13601</link>
    <description>Of course, there's no "however"...&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
    <pubDate>Fri, 17 Apr 2020 12:44:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-17T12:44:10Z</dc:date>
    <item>
      <title>SUM a nested CALCULATE within a SummarizeColumns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-a-nested-CALCULATE-within-a-SummarizeColumns/m-p/1031111#M13535</link>
      <description>&lt;P&gt;Hi all&lt;BR /&gt;&lt;BR /&gt;Hoping I can get some quick help on this.&lt;BR /&gt;I have the following CALCULATE statement inside a SUMMARIZECOLUMNS and I want to wrap it in a SUM.&lt;BR /&gt;&lt;BR /&gt;--This is my current calculate statement which works a treat. It is just calculating a column and putting 0 where I have blanks in another calculation.&lt;BR /&gt;CALCULATE(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; IF(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ISBLANK(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALCULATE(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SUM('Measures - Load Planning'[EFTSL])&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,'Load Cycle'[Load Cycle Month Day] = "October 31"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,'Load Year'[Load Year Cycle] = -1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,'Progress Category'[Progress Category Code] = "CT1"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ,0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ,CALCULATE(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SUM('Measures - Load Planning'[EFTSL])&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,'Load Cycle'[Load Cycle Month Day] = "October 31"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,'Load Year'[Load Year Cycle] = -2&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,'Progress Category'[Progress Category Code] = "CM1"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; )&lt;BR /&gt;&amp;nbsp; &amp;nbsp; )&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All I want to do now is basically wrap that whole thing in a&lt;BR /&gt;CALCULATE(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; SUM( {above statement here})&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ,ALLSELECTED(a column on the table)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;Does this make sense? Can anyone help?&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 22:52:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-a-nested-CALCULATE-within-a-SummarizeColumns/m-p/1031111#M13535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-16T22:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: SUM a nested CALCULATE within a SummarizeColumns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-a-nested-CALCULATE-within-a-SummarizeColumns/m-p/1032394#M13600</link>
      <description>Well... instead of asking here you could just do what you suggest and see if it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;However,&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Fri, 17 Apr 2020 12:43:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-a-nested-CALCULATE-within-a-SummarizeColumns/m-p/1032394#M13600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-17T12:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: SUM a nested CALCULATE within a SummarizeColumns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-a-nested-CALCULATE-within-a-SummarizeColumns/m-p/1032395#M13601</link>
      <description>Of course, there's no "however"...&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Fri, 17 Apr 2020 12:44:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-a-nested-CALCULATE-within-a-SummarizeColumns/m-p/1032395#M13601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-17T12:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: SUM a nested CALCULATE within a SummarizeColumns?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-a-nested-CALCULATE-within-a-SummarizeColumns/m-p/1041119#M13949</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yeah that was one of the first things I tried but it didnt work.&lt;BR /&gt;In the end I managed to get it working by creating another calculated table off the original and doing my calcs in there.&lt;BR /&gt;Thanks anyway.&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 07:28:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUM-a-nested-CALCULATE-within-a-SummarizeColumns/m-p/1041119#M13949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-22T07:28:20Z</dc:date>
    </item>
  </channel>
</rss>

