<?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 Measure with a filter all and a page filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2758943#M85436</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Voorraadwaarde =
CALCULATE (
    SUM ( Grootboekmutaties[Bedrag] ),
    FILTER (
        ALL ( GrootboekRekening[GrootboekCategorieCodeNiveau2] ),
        GrootboekRekening[GrootboekCategorieCodeNiveau2] = " 05"
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a page with a filter on Debiteurcode is not 998.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want that page filter not to be applied to the above measure. I have tried with ALL(debiteurcode) and ALLEXCEPT, but I can't get it to work. Any help is very much appreciated. Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 18:22:19 GMT</pubDate>
    <dc:creator>JoyceW</dc:creator>
    <dc:date>2022-09-09T18:22:19Z</dc:date>
    <item>
      <title>Measure with a filter all and a page filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2758943#M85436</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Voorraadwaarde =
CALCULATE (
    SUM ( Grootboekmutaties[Bedrag] ),
    FILTER (
        ALL ( GrootboekRekening[GrootboekCategorieCodeNiveau2] ),
        GrootboekRekening[GrootboekCategorieCodeNiveau2] = " 05"
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a page with a filter on Debiteurcode is not 998.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want that page filter not to be applied to the above measure. I have tried with ALL(debiteurcode) and ALLEXCEPT, but I can't get it to work. Any help is very much appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 18:22:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2758943#M85436</guid>
      <dc:creator>JoyceW</dc:creator>
      <dc:date>2022-09-09T18:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Measure with a filter all and a page filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759011#M85444</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="111234" data-lia-user-login="JoyceW" class="lia-mention lia-mention-user"&gt;JoyceW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the&amp;nbsp;&lt;SPAN&gt;Debiteurcode from which table?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 19:14:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759011#M85444</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-09T19:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Measure with a filter all and a page filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759074#M85454</link>
      <description>&lt;P&gt;Sorry, it is Debiteur[DebiteurCode]&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 20:26:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759074#M85454</guid>
      <dc:creator>JoyceW</dc:creator>
      <dc:date>2022-09-09T20:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Measure with a filter all and a page filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759113#M85456</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="111234" data-lia-user-login="JoyceW" class="lia-mention lia-mention-user"&gt;JoyceW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try to CROSSFILTER the relationship with&amp;nbsp;&lt;SPAN&gt;Debiteur table to NONE&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 21:01:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759113#M85456</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-09T21:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Measure with a filter all and a page filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759493#M85490</link>
      <description>&lt;P&gt;Hi, that didn't work unfortunately.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2022 11:17:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759493#M85490</guid>
      <dc:creator>JoyceW</dc:creator>
      <dc:date>2022-09-10T11:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Measure with a filter all and a page filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759534#M85492</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="111234" data-lia-user-login="JoyceW" class="lia-mention lia-mention-user"&gt;JoyceW&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes it won't. Actually the tablr supplied to the visual is prefiltered by the page filter even crossfiltering the relation to non won't restore the rows filtered out by the page filter. I don't know of any method that can do that but I hope others will.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2022 11:56:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759534#M85492</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-09-10T11:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Measure with a filter all and a page filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759569#M85494</link>
      <description>&lt;P&gt;I figured it out!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Voorraadwaarde =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( Grootboekmutaties[Bedrag] ), REMOVEFILTERS(Debiteur[DebiteurCode]),&lt;BR /&gt;filter(GrootboekCategorieNiveau2, GrootboekCategorieNiveau2[GrootboekCategorieOmschrijvingNiveau2] = "Voorraden"))&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2022 12:50:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-with-a-filter-all-and-a-page-filter/m-p/2759569#M85494</guid>
      <dc:creator>JoyceW</dc:creator>
      <dc:date>2022-09-10T12:50:27Z</dc:date>
    </item>
  </channel>
</rss>

