<?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: Removefilters not working in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1489132#M28583</link>
    <description>&lt;P&gt;Hi AlB,&lt;BR /&gt;&lt;BR /&gt;I'm not using the holdingdate in the Filter in #3, did you accidently read it wrong, or do I misunderstand you?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2020 07:42:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-12T07:42:59Z</dc:date>
    <item>
      <title>Removefilters not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1488132#M28534</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm writing a DAX Query which exectutes different parts of the query depending on the current filter. This logic works, however:&amp;nbsp;&lt;BR /&gt;In example &lt;STRONG&gt;#1&lt;/STRONG&gt;, de removefilters works just fine. I'm getting values over a range of dates.&lt;BR /&gt;In example &lt;STRONG&gt;#2&lt;/STRONG&gt;, the removefilters does &lt;STRONG&gt;not&lt;/STRONG&gt; work. The result is a value on a single date.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It seems to be caused by the filter statement which i marked with as #3. Does anyone know if performing a removefilter together with another filter in the Calculate statement does't work? I can imagine the fact table inside &lt;STRONG&gt;#3&lt;/STRONG&gt; is still filtered by the date table. But how to get rid of the Date filter there?&amp;nbsp;&lt;BR /&gt;I've tried to work with ALLEXCEPT(FACT,COLUMN,ETC). But so far no result.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help&amp;nbsp;&lt;SPAN&gt;is apprec&lt;/SPAN&gt;&lt;SPAN&gt;iated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 19:52:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1488132#M28534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-11T19:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1488264#M28540</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By using the whole table 'Transformatie Dim_HoldingDate' as base for the FILTER( ) in #3, you are basically "bringing back in" whatever filter context is active on that table. If you are only filtering on the [NODE_NO] column, you can better use:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FILTER( &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ALL('Transformatie Dim_HoldingDate'[NODE_NO])&lt;/STRONG&gt;&lt;/FONT&gt;, 'Transformatie Dim_HoldingDate'[[NODE_NO] = RELATED(.....))&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving a thumbs up if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 21:37:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1488264#M28540</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-11-11T21:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1489132#M28583</link>
      <description>&lt;P&gt;Hi AlB,&lt;BR /&gt;&lt;BR /&gt;I'm not using the holdingdate in the Filter in #3, did you accidently read it wrong, or do I misunderstand you?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 07:42:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1489132#M28583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-12T07:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1489171#M28585</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;try to add another CALCULATE out of your code and move REMOVEFILTERS outside, such as&amp;nbsp;&lt;/P&gt;&lt;P&gt;IsLevelDfiltered=CALCULATE(CALCULATE(SUM,FILTER,DATEBETWEEN),REMOVEFILTER)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 08:03:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1489171#M28585</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-11-12T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1489297#M28590</link>
      <description>&lt;P&gt;Thanks Daniel! Works like a charm! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 08:46:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/1489297#M28590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-12T08:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/3520217#M135219</link>
      <description>&lt;P&gt;This works, but why? I would think it would remove the filter in the inner Calculate also, but it doesn't.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 15:11:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/3520217#M135219</guid>
      <dc:creator>RobertStiekema</dc:creator>
      <dc:date>2023-11-07T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters not working</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/4867867#M185603</link>
      <description>&lt;P&gt;thanks so much for this, was bashing my head against a wall wondering why something so simple wasnt working!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if anyone can explain why this works that would be great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created an account to write this reply! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 09:48:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-not-working/m-p/4867867#M185603</guid>
      <dc:creator>al4xs</dc:creator>
      <dc:date>2025-11-06T09:48:08Z</dc:date>
    </item>
  </channel>
</rss>

