<?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(Filter) Very Slow in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1639718#M33285</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278200" data-lia-user-login="LillyLegenda" class="lia-mention lia-mention-user"&gt;LillyLegenda&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.sqlbi.com/blog/alberto/2021/01/22/on-how-to-ask-a-technical-question-if-you-really-want-an-answer/" target="_blank"&gt;On how to ask a technical question, if you really want an answer - SQLBI&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2021 17:29:00 GMT</pubDate>
    <dc:creator>AntrikshSharma</dc:creator>
    <dc:date>2021-02-02T17:29:00Z</dc:date>
    <item>
      <title>SUMX(Filter) Very Slow</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1638188#M33248</link>
      <description>&lt;P&gt;Hi, I have a big dataset with 1,8 million rows which is in general performing very good but one formula is very slow.&lt;/P&gt;&lt;P&gt;Maybe you have an idea to make it faster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Volume AutoCreated =&lt;BR /&gt;SUMX(&lt;BR /&gt;FILTER(&lt;BR /&gt;PurchaseOrders,&lt;BR /&gt;PurchaseOrders[AutoCreationFlag] = "AutoCreated"&lt;BR /&gt;),&lt;BR /&gt;PurchaseOrders[ValuePurchasedUSD]&lt;BR /&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 08:54:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1638188#M33248</guid>
      <dc:creator>LillyLegenda</dc:creator>
      <dc:date>2021-02-02T08:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX(Filter) Very Slow</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1638526#M33255</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278200" data-lia-user-login="LillyLegenda" class="lia-mention lia-mention-user"&gt;LillyLegenda&lt;/a&gt; , Try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;calculate(sum(PurchaseOrders[ValuePurchasedUSD]),FILTER(&lt;BR /&gt;PurchaseOrders,&lt;BR /&gt;PurchaseOrders[AutoCreationFlag] = "AutoCreated"&lt;BR /&gt;))&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 10:36:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1638526#M33255</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-02-02T10:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX(Filter) Very Slow</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1638721#M33260</link>
      <description>&lt;P&gt;Thanks, but this is taking the same time maybe longer to load&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 11:16:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1638721#M33260</guid>
      <dc:creator>LillyLegenda</dc:creator>
      <dc:date>2021-02-02T11:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX(Filter) Very Slow</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1639043#M33275</link>
      <description>&lt;P&gt;Please confirm that PurchaseOrders[ValuePurchaseUSD] is a column in your table, and not a measure.&amp;nbsp; If a measure, please provide the expression for it.&amp;nbsp; If a column, that is a straight forward expression and I am surprised that it is slow.&amp;nbsp; Can you say more about your model (relationships with other tables, visuals on your report page, etc.)?&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 12:53:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1639043#M33275</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2021-02-02T12:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX(Filter) Very Slow</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1639084#M33278</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278200" data-lia-user-login="LillyLegenda" class="lia-mention lia-mention-user"&gt;LillyLegenda&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Filtering only the column and not the entire table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Volume AutoCreated =
CALCULATE (
    SUM ( PurchaseOrders[ValuePurchasedUSD] ),
    FILTER (
        ALL ( PurchaseOrders[AutoCreationFlag] ),
        PurchaseOrders[AutoCreationFlag] = "AutoCreated"
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 13:24:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1639084#M33278</guid>
      <dc:creator>Payeras_BI</dc:creator>
      <dc:date>2021-02-02T13:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX(Filter) Very Slow</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1639087#M33279</link>
      <description>&lt;P&gt;calculate(sum(PurchaseOrders[ValuePurchasedUSD]),PurchaseOrders[AutoCreationFlag] = "AutoCreated",ALL(PurchaseOrders))&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 13:05:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1639087#M33279</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2021-02-02T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX(Filter) Very Slow</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1639718#M33285</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="278200" data-lia-user-login="LillyLegenda" class="lia-mention lia-mention-user"&gt;LillyLegenda&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.sqlbi.com/blog/alberto/2021/01/22/on-how-to-ask-a-technical-question-if-you-really-want-an-answer/" target="_blank"&gt;On how to ask a technical question, if you really want an answer - SQLBI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 17:29:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMX-Filter-Very-Slow/m-p/1639718#M33285</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2021-02-02T17:29:00Z</dc:date>
    </item>
  </channel>
</rss>

