<?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: Exclude all filters except one in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2233128#M53319</link>
    <description>&lt;P&gt;Best way is to remove all filters and then add back the specifc column you need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Example = 
    CALCULATE(
        [Your Measure]
        REMOVEFILTERS(),
        VALUES('Product'[Brand])
    )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Dec 2021 18:43:10 GMT</pubDate>
    <dc:creator>bcdobbs</dc:creator>
    <dc:date>2021-12-10T18:43:10Z</dc:date>
    <item>
      <title>Exclude all filters except one</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2230839#M53214</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I want to do a measure that is filtered by &lt;U&gt;&lt;STRONG&gt;only one filter&lt;/STRONG&gt;&lt;/U&gt;, so I want to exsclude all the others.&lt;/P&gt;&lt;P&gt;I have tried using ALL() but there are many, many, many tables so I'm looking for a function faster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 16:43:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2230839#M53214</guid>
      <dc:creator>giuliapiazza94</dc:creator>
      <dc:date>2021-12-09T16:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude all filters except one</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2230864#M53215</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="295674" data-lia-user-login="giuliapiazza94" class="lia-mention lia-mention-user"&gt;giuliapiazza94&lt;/a&gt;&amp;nbsp; does ALLEXCEPT helps your scenario&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ALLEXCEPT(&amp;lt;tbl&amp;gt;,&amp;lt;tbl[onlyColumnToKeepFilter]&amp;gt;)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 16:59:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2230864#M53215</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-12-09T16:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude all filters except one</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2232013#M53256</link>
      <description>&lt;P&gt;I've tried but it doesn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Altri ricavi TOT = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Altri ricavi]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;ALLEXCEPT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Calendario&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'Calendario'[Anno]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The total should be 293795,54, not 78,18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 08:01:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2232013#M53256</guid>
      <dc:creator>giuliapiazza94</dc:creator>
      <dc:date>2021-12-10T08:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude all filters except one</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2232558#M53277</link>
      <description>&lt;P&gt;try ALLSELECTED FUNCTION&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 13:00:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2232558#M53277</guid>
      <dc:creator>mh2587</dc:creator>
      <dc:date>2021-12-10T13:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude all filters except one</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2233128#M53319</link>
      <description>&lt;P&gt;Best way is to remove all filters and then add back the specifc column you need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Example = 
    CALCULATE(
        [Your Measure]
        REMOVEFILTERS(),
        VALUES('Product'[Brand])
    )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 18:43:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/2233128#M53319</guid>
      <dc:creator>bcdobbs</dc:creator>
      <dc:date>2021-12-10T18:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude all filters except one</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/3594575#M138867</link>
      <description>&lt;P&gt;best solution ever!!!&lt;BR /&gt;Thankyou.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 17:39:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-all-filters-except-one/m-p/3594575#M138867</guid>
      <dc:creator>jxavier111</dc:creator>
      <dc:date>2023-12-20T17:39:30Z</dc:date>
    </item>
  </channel>
</rss>

