<?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 Remove Filter on all Pages in Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Filter-on-all-Pages-in-Measure/m-p/3186304#M115364</link>
    <description>&lt;P&gt;Hi experts!&lt;/P&gt;
&lt;P&gt;I have a report with multiple visuals. To make it as easy as possible to maintain this report, I have some filters on "Filters on all pages".&lt;/P&gt;
&lt;P&gt;Now I have 1 matrix visual with 1 measure where I would like to disable this filter. But how?&lt;/P&gt;
&lt;P&gt;It is a simple SUMX function like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MIN = 
SUMX (
    VALUES ( 'Attributes'[Article] ),
    MIN ( [Budget], [Sales] )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I need a CALCULATE + ALL or ALLEXPECT?&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 13:09:20 GMT</pubDate>
    <dc:creator>joshua1990</dc:creator>
    <dc:date>2023-04-13T13:09:20Z</dc:date>
    <item>
      <title>Remove Filter on all Pages in Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Filter-on-all-Pages-in-Measure/m-p/3186304#M115364</link>
      <description>&lt;P&gt;Hi experts!&lt;/P&gt;
&lt;P&gt;I have a report with multiple visuals. To make it as easy as possible to maintain this report, I have some filters on "Filters on all pages".&lt;/P&gt;
&lt;P&gt;Now I have 1 matrix visual with 1 measure where I would like to disable this filter. But how?&lt;/P&gt;
&lt;P&gt;It is a simple SUMX function like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MIN = 
SUMX (
    VALUES ( 'Attributes'[Article] ),
    MIN ( [Budget], [Sales] )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I need a CALCULATE + ALL or ALLEXPECT?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 13:09:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Filter-on-all-Pages-in-Measure/m-p/3186304#M115364</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2023-04-13T13:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Filter on all Pages in Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Filter-on-all-Pages-in-Measure/m-p/3186442#M115378</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="92006" data-lia-user-login="joshua1990" class="lia-mention lia-mention-user"&gt;joshua1990&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the best practice here would be the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MIN = 
    SUMX(
        VALUES ( 'Attributes'[Article] ),
        CALCULATE(
            MIN ( [Budget], [Sales] ),
            REMOVEFILTERS ( Table[Column] )
        )
    )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where "Table[Column]" is the column you use in your filter on all pages. Let me know if this works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this measure works, please mark my answer as a solution to help people with the same question as you in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 14:02:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Filter-on-all-Pages-in-Measure/m-p/3186442#M115378</guid>
      <dc:creator>Alf94</dc:creator>
      <dc:date>2023-04-13T14:02:02Z</dc:date>
    </item>
  </channel>
</rss>

