<?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 with active relationship not working with Date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4745315#M181706</link>
    <description>&lt;P&gt;Ok but with the data you provided, are my results correct from your point of view? otherwise we never get to a point&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;FB&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2025 14:34:14 GMT</pubDate>
    <dc:creator>FBergamaschi</dc:creator>
    <dc:date>2025-06-26T14:34:14Z</dc:date>
    <item>
      <title>Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4744430#M181660</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello everyone,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I have a problem when use removefilter. The total is right but some row value don't show in the report. I had a Table 1 with Product and ID have active relationship with ID in Table 2. And the Calendar Table have active relationship with Fix Date in Table 2. I want to count Product fix within a year and have Date warranty less than 3 year, and both date from the&amp;nbsp; Year and Month Visual with date in Calendar Table. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RNA&lt;/TD&gt;&lt;TD&gt;Product A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SSP&lt;/TD&gt;&lt;TD&gt;Product A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ATS&lt;/TD&gt;&lt;TD&gt;Product B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CTS&lt;/TD&gt;&lt;TD&gt;Product C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RSF&lt;/TD&gt;&lt;TD&gt;Product C&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Fix Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Warranty Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RNA&lt;/TD&gt;&lt;TD&gt;31/03/2025&lt;/TD&gt;&lt;TD&gt;02/05/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RNA&lt;/TD&gt;&lt;TD&gt;15/03/2025&lt;/TD&gt;&lt;TD&gt;02/05/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RNA&lt;/TD&gt;&lt;TD&gt;01/02/2025&lt;/TD&gt;&lt;TD&gt;02/05/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RNA&lt;/TD&gt;&lt;TD&gt;14/12/2024&lt;/TD&gt;&lt;TD&gt;02/05/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RNA&lt;/TD&gt;&lt;TD&gt;03/05/2024&lt;/TD&gt;&lt;TD&gt;02/05/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SSP&lt;/TD&gt;&lt;TD&gt;03/05/2022&lt;/TD&gt;&lt;TD&gt;01/03/2021&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SSP&lt;/TD&gt;&lt;TD&gt;12/09/2024&lt;/TD&gt;&lt;TD&gt;01/03/2021&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SSP&lt;/TD&gt;&lt;TD&gt;24/08/2024&lt;/TD&gt;&lt;TD&gt;01/03/2021&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CTS&lt;/TD&gt;&lt;TD&gt;03/04/2025&lt;/TD&gt;&lt;TD&gt;02/05/2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CTS&lt;/TD&gt;&lt;TD&gt;01/01/2024&lt;/TD&gt;&lt;TD&gt;02/05/2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CTS&lt;/TD&gt;&lt;TD&gt;05/06/2024&lt;/TD&gt;&lt;TD&gt;02/05/2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CTS&lt;/TD&gt;&lt;TD&gt;28/04/2025&lt;/TD&gt;&lt;TD&gt;02/05/2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CTS&lt;/TD&gt;&lt;TD&gt;14/06/2021&lt;/TD&gt;&lt;TD&gt;02/05/2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RSF&lt;/TD&gt;&lt;TD&gt;01/05/2023&lt;/TD&gt;&lt;TD&gt;05/04/2022&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The result of Total is right, but it didn't show all the product. Because my data with over 15 million row so I just show the &lt;STRONG&gt;example of my result&lt;/STRONG&gt;.&lt;BR /&gt;Here the result I got.&amp;nbsp;As you can see the Total show all the Qty but Row only show Product A and B, Product C is missing.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Qty&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product A&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product B&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Total&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Right result should be:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Qty&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product A&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product B&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Product B&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Total&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;When I tried Inactive relationship between Calendar and Table2 and Delete REMOVEFILTERS It's work fine and show the Product C.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Here my DAX:&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Product Count = 
VAR DateVisual = MAX('Calendar'[Date])
VAR DateCount = EOMONTH(DateVisual,-12)+1
VAR DateShow = CALCULATE(MAX('Table2'[Fix Date]))
VAR ProductCount =
    CALCULATE(
        DISTINCTCOUNT('Table2'[ID],
        FILTER(
            ALL('Table2'[Fix Date],'Table2'[Warranty Date]),
            'Table2'[Fix Date] &amp;gt;= DateCount &amp;amp;&amp;amp;
            'Table2'[Fix Date] &amp;lt;= DateVisual &amp;amp;&amp;amp;
            NOT ISBLANK('Table2'[Warranty Date])&amp;amp;&amp;amp;
            'Table2'[Warranty Date] &amp;gt;= EOMONTH(DateVisual, -36) + 1
        ),
        REMOVEFILTERS('Calendar')
    )
RETURN
IF(DateVisual &amp;lt;= DateShow, ProductCount, BLANK())&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;My data are heavy, I need active relationship and use one Calendar Table to calculate other, so I can't create a new Calendar or add&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;USERELATIONSHIP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;BR /&gt;Thanks.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 04:57:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4744430#M181660</guid>
      <dc:creator>daicaboy</dc:creator>
      <dc:date>2025-06-26T04:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4744498#M181662</link>
      <description>&lt;P&gt;Hi, attached the result I have based on your data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;To my view the result is correct, there is no product B in the data you provided and with the warranty dates in the tabe it seems to me it works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell which result is wrong and what shoud that be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 06:04:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4744498#M181662</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-06-26T06:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4744548#M181665</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I need to count how many product satisfy 2 conditions: have fix date less than a year from visual Calendar and waranty date less than 3 year from the visual. Some month work fine, but some month it missing some product. Like It's show Total 10, but only show Product A: 1, Product B: 3, missing Product C. And when I'm inactive and don't use REMOVEFILTERS it show product C: 6. So How to show right Result Product C: 6 when I active the relationship.&lt;BR /&gt;Example issue:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But the right result should be&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 06:30:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4744548#M181665</guid>
      <dc:creator>daicaboy</dc:creator>
      <dc:date>2025-06-26T06:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4745176#M181696</link>
      <description>&lt;P&gt;I understand but in the data you provided there is no product B, can you please check my results and tell me which is incorrect? I cannot get your result if I have no product B&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 13:20:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4745176#M181696</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-06-26T13:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4745309#M181705</link>
      <description>&lt;P&gt;Oh so sorry, because big data so I only copy some of them for easy to imagine. As I said I dont understand why Total is 10 but It only show product A: 1 and B: 3. I can make sure that my data not missing product C because when I tried inactive it and delete REMOVEFILTERS, it's will show product C.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 14:30:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4745309#M181705</guid>
      <dc:creator>daicaboy</dc:creator>
      <dc:date>2025-06-26T14:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4745315#M181706</link>
      <description>&lt;P&gt;Ok but with the data you provided, are my results correct from your point of view? otherwise we never get to a point&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;FB&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 14:34:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4745315#M181706</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-06-26T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4745344#M181710</link>
      <description>&lt;P&gt;Yes, It is right. Thank&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 14:59:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4745344#M181710</guid>
      <dc:creator>daicaboy</dc:creator>
      <dc:date>2025-06-26T14:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4748045#M181822</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513752" data-lia-user-login="daicaboy" class="lia-mention lia-mention-user"&gt;daicaboy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-pm-slice="1 1 []"&gt;We are following up to see if your query has been resolved. &lt;SPAN data-teams="true"&gt;Please feel free to contact us if you have any further questions. &amp;nbsp;Could you please confirm if your query has been resolved? If it has, kindly mark the helpful response and accept it as the solution. This will help other community members resolve similar issues more efficiently. If not, please provide detailed information so we can assist you better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 08:30:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4748045#M181822</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-06-30T08:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4749994#M181879</link>
      <description>&lt;P&gt;This is my code, whose results you said are correct based on the data you provided&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Product Count =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;DateVisual&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;DateCount&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;EOMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DateVisual&lt;/SPAN&gt;&lt;SPAN&gt;,-&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;SPAN&gt;)+&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;DateShow&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Fact'&lt;/SPAN&gt;&lt;SPAN&gt;[Fix Date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;ProductCount&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Fact'&lt;/SPAN&gt;&lt;SPAN&gt;[ID]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;DateCount&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;DateVisual&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;NOT&lt;/SPAN&gt; &lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Fact&lt;/SPAN&gt;&lt;SPAN&gt;[WarrantyDate]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Fact&lt;/SPAN&gt;&lt;SPAN&gt;[WarrantyDate]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;EOMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DateVisual&lt;/SPAN&gt;&lt;SPAN&gt;, -&lt;/SPAN&gt;&lt;SPAN&gt;36&lt;/SPAN&gt;&lt;SPAN&gt;) + &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ProductCount&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273" data-lia-user-login="me" class="lia-mention lia-mention-user"&gt;me&lt;/a&gt; in replies or I'll lose your thread&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Jul 2025 16:19:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4749994#M181879</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-01T16:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4750341#M181894</link>
      <description>&lt;P&gt;Thank you,&lt;BR /&gt;I've find down the problem come from, it's from the DateShow. Somehow it's limited the day so I add removefilters in Dateshow, and It's ok now.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 04:14:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4750341#M181894</guid>
      <dc:creator>daicaboy</dc:creator>
      <dc:date>2025-07-02T04:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Removefilters with active relationship not working with Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4750829#M181921</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513752" data-lia-user-login="daicaboy" class="lia-mention lia-mention-user"&gt;daicaboy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We are pleased to hear that you have found the cause and resolved the issue. Thanks for sharing the details here. &amp;nbsp;Please mark as&amp;nbsp;&lt;STRONG&gt;'Accept as solution'&lt;/STRONG&gt; to help others with similar problems find it easily.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 10:36:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removefilters-with-active-relationship-not-working-with-Date/m-p/4750829#M181921</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-07-02T10:36:30Z</dc:date>
    </item>
  </channel>
</rss>

