<?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 ALL with Table vs ALL with Column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALL-with-Table-vs-ALL-with-Column/m-p/1135540#M16917</link>
    <description>&lt;P&gt;I have a question related to how ALL works when I pass in the Table vs when I pass in the Column. I understand it removes any filter applied to table or column. I noticed that If I use it with COUNTX and pass the column (COUNTX(ALL(columnA)), columnA) it would count only the distinct values (why?), and when I pass the table (COUNTX(ALL(tableA)), columnA) it would count all values. Is this behavior by design?&lt;/P&gt;&lt;P&gt;I do not understand how this relates to removing the filters.&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 09:26:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-02T09:26:24Z</dc:date>
    <item>
      <title>ALL with Table vs ALL with Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALL-with-Table-vs-ALL-with-Column/m-p/1135540#M16917</link>
      <description>&lt;P&gt;I have a question related to how ALL works when I pass in the Table vs when I pass in the Column. I understand it removes any filter applied to table or column. I noticed that If I use it with COUNTX and pass the column (COUNTX(ALL(columnA)), columnA) it would count only the distinct values (why?), and when I pass the table (COUNTX(ALL(tableA)), columnA) it would count all values. Is this behavior by design?&lt;/P&gt;&lt;P&gt;I do not understand how this relates to removing the filters.&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 09:26:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALL-with-Table-vs-ALL-with-Column/m-p/1135540#M16917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-02T09:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALL with Table vs ALL with Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALL-with-Table-vs-ALL-with-Column/m-p/1135548#M16919</link>
      <description>&lt;P&gt;A column reference always does a group by aggregation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Steve.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 09:26:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ALL-with-Table-vs-ALL-with-Column/m-p/1135548#M16919</guid>
      <dc:creator>stevedep</dc:creator>
      <dc:date>2020-06-02T09:26:24Z</dc:date>
    </item>
  </channel>
</rss>

