<?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 Exclude multiple values from Column Filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-multiple-values-from-Column-Filter/m-p/1083830#M15401</link>
    <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I'm currently trying to filter a column "Value" to ensure the following values dont appear:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sheep Enterprise Flock 1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sheep Enterprise Flock 2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Lambs From Previous Year to Sell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But keep getting : A table of multiple values was supplied where a single value was expected.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Can anyone help?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 11 May 2020 14:09:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-11T14:09:35Z</dc:date>
    <item>
      <title>Exclude multiple values from Column Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-multiple-values-from-Column-Filter/m-p/1083830#M15401</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I'm currently trying to filter a column "Value" to ensure the following values dont appear:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sheep Enterprise Flock 1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sheep Enterprise Flock 2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Lambs From Previous Year to Sell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But keep getting : A table of multiple values was supplied where a single value was expected.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Can anyone help?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 May 2020 14:09:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-multiple-values-from-Column-Filter/m-p/1083830#M15401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-11T14:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude multiple values from Column Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-multiple-values-from-Column-Filter/m-p/1083849#M15403</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try NOT IN instead of the inequality for your condition:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;NOT&lt;/FONT&gt; Looker_tables lkr_Form_Checkbox_Answer'[Value] &lt;FONT color="#FF0000"&gt;IN&lt;/FONT&gt; {"Sheep Enterprise Flock 1","Sheep Enterprise Flock 2","Lambs From Previous Year to Sell"}&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 10:46:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-multiple-values-from-Column-Filter/m-p/1083849#M15403</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-05-11T10:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude multiple values from Column Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-multiple-values-from-Column-Filter/m-p/1160628#M17799</link>
      <description>&lt;P&gt;Worked for me too! Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="92178" data-lia-user-login="AlB" class="lia-mention lia-mention-user"&gt;AlB&lt;/a&gt;&amp;nbsp;Super User III&amp;nbsp;!!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 16:45:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-multiple-values-from-Column-Filter/m-p/1160628#M17799</guid>
      <dc:creator>EllenG</dc:creator>
      <dc:date>2020-06-15T16:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude multiple values from Column Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-multiple-values-from-Column-Filter/m-p/1363526#M24713</link>
      <description>&lt;P&gt;It's also working as part of the calculate syntax , e.g.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE ( COUNTROWS(table) , table[&lt;EM&gt;field&lt;/EM&gt;]="Lost" ,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;not table[&lt;EM&gt;field&lt;/EM&gt;] in {"PTG 1A", "PTG 1B"} )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Sep 2020 07:05:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Exclude-multiple-values-from-Column-Filter/m-p/1363526#M24713</guid>
      <dc:creator>romgut</dc:creator>
      <dc:date>2020-09-11T07:05:45Z</dc:date>
    </item>
  </channel>
</rss>

