<?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 DAX Clarification in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Clarification/m-p/1641423#M33335</link>
    <description>&lt;P&gt;Following are 2 measures:&lt;/P&gt;&lt;P&gt;SUMX ( ALL ( SALES ) , SALES[AMT] )&lt;/P&gt;&lt;P&gt;CALCULATE ( SUMX ( SALES, SALES[AMT] ), ALL (SALES) )&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Similarly for the following 2 measures:&lt;/P&gt;&lt;P&gt;SUMX ( FILTER ( SALES, SALES[QTY]&amp;gt;1 ), SALES[QTY] * SALES[AMT] )&lt;/P&gt;&lt;P&gt;CALCULATE ( SUMX ( SALES, SALES[QTY] * SALES[AMT] ), FILTER ( SALES, SALES[QTY]&amp;gt;1 ) )&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Both above examples clear the natural filters on the SALES table and perform the aggregation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the significance/usecase of using either approach.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 10:27:24 GMT</pubDate>
    <dc:creator>PriyaJha</dc:creator>
    <dc:date>2021-02-03T10:27:24Z</dc:date>
    <item>
      <title>DAX Clarification</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Clarification/m-p/1641423#M33335</link>
      <description>&lt;P&gt;Following are 2 measures:&lt;/P&gt;&lt;P&gt;SUMX ( ALL ( SALES ) , SALES[AMT] )&lt;/P&gt;&lt;P&gt;CALCULATE ( SUMX ( SALES, SALES[AMT] ), ALL (SALES) )&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Similarly for the following 2 measures:&lt;/P&gt;&lt;P&gt;SUMX ( FILTER ( SALES, SALES[QTY]&amp;gt;1 ), SALES[QTY] * SALES[AMT] )&lt;/P&gt;&lt;P&gt;CALCULATE ( SUMX ( SALES, SALES[QTY] * SALES[AMT] ), FILTER ( SALES, SALES[QTY]&amp;gt;1 ) )&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Both above examples clear the natural filters on the SALES table and perform the aggregation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the significance/usecase of using either approach.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 10:27:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Clarification/m-p/1641423#M33335</guid>
      <dc:creator>PriyaJha</dc:creator>
      <dc:date>2021-02-03T10:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Clarification</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Clarification/m-p/1641571#M33346</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="283494" data-lia-user-login="PriyaJha" class="lia-mention lia-mention-user"&gt;PriyaJha&lt;/a&gt; , refer these&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerpivotpro.com/2014/10/sum-sumx-or-calculatechoices-choices/" target="_blank"&gt;https://powerpivotpro.com/2014/10/sum-sumx-or-calculatechoices-choices/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://databear.com/dax-calculate-the-king-of-all/" target="_blank"&gt;https://databear.com/dax-calculate-the-king-of-all/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 11:17:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Clarification/m-p/1641571#M33346</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-02-03T11:17:04Z</dc:date>
    </item>
  </channel>
</rss>

