<?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: FILTER NOT CONTAINS in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTER-NOT-CONTAINS/m-p/2851983#M91462</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sales :=
CALCULATE (
    [Sales Amount],
    NOT ( 'Sales'[Article]
        IN { "Article1", "Article2", "Article3", "Article4", "Article5" } )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 19 Oct 2022 18:55:30 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-10-19T18:55:30Z</dc:date>
    <item>
      <title>FILTER NOT CONTAINS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTER-NOT-CONTAINS/m-p/2851881#M91456</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;
&lt;P&gt;Let's say I have a table with values and string.&lt;/P&gt;
&lt;P&gt;In the column Article I have different strings.&lt;/P&gt;
&lt;P&gt;Now I would like to calculate the SUM of the column Quantity but I would like to exclude 5 different articles here.&lt;/P&gt;
&lt;P&gt;How would you do that in such a measure?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sales :=
CALCULATE (
    [Sales Amount],
    'Sales'[Article] = "Table",
    'Sales'[Article] = "Desk"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 19 Oct 2022 17:29:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTER-NOT-CONTAINS/m-p/2851881#M91456</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2022-10-19T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: FILTER NOT CONTAINS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTER-NOT-CONTAINS/m-p/2851983#M91462</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sales :=
CALCULATE (
    [Sales Amount],
    NOT ( 'Sales'[Article]
        IN { "Article1", "Article2", "Article3", "Article4", "Article5" } )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 19 Oct 2022 18:55:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/FILTER-NOT-CONTAINS/m-p/2851983#M91462</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-19T18:55:30Z</dc:date>
    </item>
  </channel>
</rss>

