<?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: Dax Maxx function, but ignoring the Filter, and Slicers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4259750#M168805</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you provide the .pbix file without sensitive data? And show the expected results as a picture?&lt;/P&gt;
&lt;P&gt;If you are unsure how to upload data please refer to&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to provide sample data in the Power BI Forum - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Wenbin Zhou&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2024 02:55:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-28T02:55:58Z</dc:date>
    <item>
      <title>Dax Maxx function, but ignoring the Filter, and Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256296#M168620</link>
      <description>&lt;P&gt;I have a calculation that calculates the MAX value of a Measure:&amp;nbsp;&lt;BR /&gt;I used the Removefiltes it works but if you filter the actual visual the dax does not work anymore, kind of like a double negative:&lt;BR /&gt;&lt;BR /&gt;My visual is a gauge, that is filter on the side panel on a specific Vertical.&amp;nbsp;&lt;BR /&gt;This is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Max Outsourced Market Size = CALCULATE(
    MAXX(
        VALUES( Verticals[V1] ),
        CALCULATE(
            [Market Size Supply Chain] - [Market Size Outsourced],
            ALLEXCEPT(Verticals, Verticals[V1])
        )
    ),
    ALLEXCEPT(Verticals, Verticals[V1])
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I think it should also ignore the SELECTEDVALUE. Please help anyone.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Oct 2024 12:21:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256296#M168620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-24T12:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Maxx function, but ignoring the Filter, and Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256323#M168622</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,Try using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Max Outsourced Market Size = &lt;BR /&gt;CALCULATE(&lt;BR /&gt;MAXX(&lt;BR /&gt;VALUES(Verticals[V1]),&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[Market Size Supply Chain] - [Market Size Outsourced],&lt;BR /&gt;REMOVEFILTERS(Verticals)&lt;BR /&gt;)&lt;BR /&gt;),&lt;BR /&gt;REMOVEFILTERS(Verticals)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 12:43:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256323#M168622</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-10-24T12:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Maxx function, but ignoring the Filter, and Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256447#M168628</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="5580" data-lia-user-login="bhanu" class="lia-mention lia-mention-user"&gt;bhanu&lt;/a&gt;&amp;nbsp;thank you for your response, your dax does the same as mine, it only ignores the first filter not that second one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 14:22:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256447#M168628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-24T14:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Maxx function, but ignoring the Filter, and Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256459#M168630</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Max Outsourced Market Size =&amp;nbsp;&lt;BR /&gt;CALCULATE(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; MAXX(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUES( Verticals[V1] ),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALCULATE(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Market Size Supply Chain] - [Market Size Outsourced],&lt;BR /&gt;ALL(Verticals),&lt;BR /&gt;VALUES(Verticals[V1])&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ),&lt;BR /&gt;ALL(Verticals),&lt;BR /&gt;VALUES(Verticals[V1])&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 14:31:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256459#M168630</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2024-10-24T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Maxx function, but ignoring the Filter, and Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256463#M168631</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To ignore selectedvalues, have you tried using all ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Max Outsourced Market Size =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;MAXX(&lt;BR /&gt;VALUES( Verticals[V1] ),&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[Market Size Supply Chain] - [Market Size Outsourced],&lt;BR /&gt;ALL(Verticals[V1]) -- This removes any filters on Verticals[V1]&lt;BR /&gt;)&lt;BR /&gt;),&lt;BR /&gt;ALL(Verticals[V1]) -- Ignores the filter on Verticals[V1] for the outer CALCULATE as well&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 14:33:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256463#M168631</guid>
      <dc:creator>divyed</dc:creator>
      <dc:date>2024-10-24T14:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Maxx function, but ignoring the Filter, and Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256544#M168638</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;thank you for your response, this gives the similar output, without ignoring the second filter.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 15:20:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256544#M168638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-24T15:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Maxx function, but ignoring the Filter, and Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256548#M168639</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="826012" data-lia-user-login="divyed" class="lia-mention lia-mention-user"&gt;divyed&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;thank you for your response, your dax does the same as mine, it only ignores the first filter not that second one.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 15:22:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4256548#M168639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-24T15:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Maxx function, but ignoring the Filter, and Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4259750#M168805</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you provide the .pbix file without sensitive data? And show the expected results as a picture?&lt;/P&gt;
&lt;P&gt;If you are unsure how to upload data please refer to&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to provide sample data in the Power BI Forum - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Wenbin Zhou&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 02:55:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4259750#M168805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-28T02:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Maxx function, but ignoring the Filter, and Slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4265239#M169035</link>
      <description>&lt;P&gt;The solution was to create individual measures for each of the v1's then use the original script, then create the visuals using those individual scripts, then use the maxx function below on the max value of the gauge. Seems the problem is that you cannot ignore two filters in one formula.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Max Outsourced Market Size = CALCULATE(
    MAXX(
        VALUES( Verticals[V1] ),
        CALCULATE(
            [Market Size Supply Chain] - [Market Size Outsourced],
            ALLEXCEPT(Verticals, Verticals[V1])
        )
    ),
    ALLEXCEPT(Verticals, Verticals[V1])
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 08:43:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Maxx-function-but-ignoring-the-Filter-and-Slicers/m-p/4265239#M169035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-31T08:43:40Z</dc:date>
    </item>
  </channel>
</rss>

