<?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: Remove slicers in a calculate function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-slicers-in-a-calculate-function/m-p/2101317#M47959</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CALCULATE (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [x],&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ALL(Table2),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Table1[A] in VALUES(ALL(Table2[Z]))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 21:44:26 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2021-09-27T21:44:26Z</dc:date>
    <item>
      <title>Remove slicers in a calculate function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-slicers-in-a-calculate-function/m-p/2101313#M47957</link>
      <description>&lt;P&gt;I have a table - Table1 with columns A, B, C,&amp;nbsp; and a measure [x] which uses a calculate function to count rows on this table, based on some conditions. I also have a second table - Table2, with columns X,Y,Z.&lt;BR /&gt;&lt;BR /&gt;Now, I want to create another measure like this:&amp;nbsp;&lt;BR /&gt;CALCULATE (&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [x],&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ALL(Table2),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Table1[A] in VALUES(Table2[Z])&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The point of ALL is to remove filters from Table2[Z], because I want these values not to be affected by the slicers. However, this query is not working and VALUES(Table2[Z]) is still being affected by the slicer!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 21:41:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-slicers-in-a-calculate-function/m-p/2101313#M47957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-27T21:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remove slicers in a calculate function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-slicers-in-a-calculate-function/m-p/2101317#M47959</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CALCULATE (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [x],&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ALL(Table2),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Table1[A] in VALUES(ALL(Table2[Z]))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 21:44:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-slicers-in-a-calculate-function/m-p/2101317#M47959</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-09-27T21:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove slicers in a calculate function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-slicers-in-a-calculate-function/m-p/2101324#M47961</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It gives an error:&amp;nbsp;The VALUES function expects a column reference expression or a table reference expression for argument '1'&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 21:48:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-slicers-in-a-calculate-function/m-p/2101324#M47961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-27T21:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove slicers in a calculate function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-slicers-in-a-calculate-function/m-p/2101340#M47962</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CALCULATE (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [x],&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ALL(Table2),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Table1[A] in ALL(Table2[Z])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 21:57:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-slicers-in-a-calculate-function/m-p/2101340#M47962</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-09-27T21:57:53Z</dc:date>
    </item>
  </channel>
</rss>

