<?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: Simple ALLEXCEPT in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/956425#M10977</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81266" data-lia-user-login="juan_pablo" class="lia-mention lia-mention-user"&gt;juan_pablo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it depends on your data model but try to use&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Prueba2 = CALCULATE(COUNTROWS('Códigos x Parada'), ALLEXCEPT('Códigos x Parada', 'Códigos x Parada'[NOMBRE CORTO]))&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 03 Mar 2020 07:02:56 GMT</pubDate>
    <dc:creator>az38</dc:creator>
    <dc:date>2020-03-03T07:02:56Z</dc:date>
    <item>
      <title>Simple ALLEXCEPT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/956281#M10971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why this simple measure in a single table doesn't works?&lt;/P&gt;&lt;P&gt;No matter which option in the slicer of the variable "NOMBRE CORTO" y choose, the measure Prueba2 always shows the same number (16138) which is the total number of rows of the table "Códigos x Parada".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The documentation for ALLEXCEPT doesn't says anything about different behaviours of ALLEXCEPT depending on the context of the formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: The "|" is just my list separator.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 05:10:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/956281#M10971</guid>
      <dc:creator>juan_pablo</dc:creator>
      <dc:date>2020-03-03T05:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Simple ALLEXCEPT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/956425#M10977</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81266" data-lia-user-login="juan_pablo" class="lia-mention lia-mention-user"&gt;juan_pablo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it depends on your data model but try to use&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Prueba2 = CALCULATE(COUNTROWS('Códigos x Parada'), ALLEXCEPT('Códigos x Parada', 'Códigos x Parada'[NOMBRE CORTO]))&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 03 Mar 2020 07:02:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/956425#M10977</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-03-03T07:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Simple ALLEXCEPT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/956596#M11000</link>
      <description>&lt;P&gt;It probably does not work because the column you are putting under the function is not filtered DIRECTLY by your filter. Bear in mind that your fact table should have all its column hidden and slicing should be done only through dimensions. Then it'll work but you have to manipulate your dimensions rather than the fact table. ALLEXCEPT takes off DIRECT filters. If there are none, nothing happens.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 08:58:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/956596#M11000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T08:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Simple ALLEXCEPT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/956805#M11009</link>
      <description>&lt;P&gt;Use simple ALL function to get your desired result.&lt;/P&gt;&lt;P&gt;Calculate(Countrow(table),All(table))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 11:07:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/956805#M11009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T11:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Simple ALLEXCEPT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/957255#M11043</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for your replies but the real reason why it doesn't work is as follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ALLEXCEPT behaves as described in the documentation only when it's used as a filter argument in CALCULATE, otherwise it would return the table of its first argument &lt;STRONG&gt;without/except&lt;/STRONG&gt; the columns in the subsequent arguments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A way to prove this, is look at the ALL function that behaves the same way: A single ALL returns all the table of its argument, and the ALL as a filter argument in CALCULATE removes the filters on all the columns of the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two completely different behaviors depending on the context of the function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;…DAX and his ambiguities.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 16:20:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-ALLEXCEPT/m-p/957255#M11043</guid>
      <dc:creator>juan_pablo</dc:creator>
      <dc:date>2020-03-03T16:20:45Z</dc:date>
    </item>
  </channel>
</rss>

