<?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 Ingore specific values on measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ingore-specific-values-on-measure/m-p/910544#M8677</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a list of names taken from a SharePoint list.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Laura&lt;/LI&gt;&lt;LI&gt;Ana&lt;/LI&gt;&lt;LI&gt;Mark&lt;/LI&gt;&lt;LI&gt;John&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I want to somehow (I'm guessing using a measure), ignore a specific value, for example Mark, so the list will be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Laura&lt;/LI&gt;&lt;LI&gt;Ana&lt;/LI&gt;&lt;LI&gt;John&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm sure it's easy to do, but I'm new to Power BI and I can't seem to find the answer.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2020 09:05:50 GMT</pubDate>
    <dc:creator>Idigorasu</dc:creator>
    <dc:date>2020-01-24T09:05:50Z</dc:date>
    <item>
      <title>Ingore specific values on measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ingore-specific-values-on-measure/m-p/910544#M8677</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a list of names taken from a SharePoint list.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Laura&lt;/LI&gt;&lt;LI&gt;Ana&lt;/LI&gt;&lt;LI&gt;Mark&lt;/LI&gt;&lt;LI&gt;John&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I want to somehow (I'm guessing using a measure), ignore a specific value, for example Mark, so the list will be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Laura&lt;/LI&gt;&lt;LI&gt;Ana&lt;/LI&gt;&lt;LI&gt;John&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm sure it's easy to do, but I'm new to Power BI and I can't seem to find the answer.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 09:05:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ingore-specific-values-on-measure/m-p/910544#M8677</guid>
      <dc:creator>Idigorasu</dc:creator>
      <dc:date>2020-01-24T09:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ingore specific values on measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ingore-specific-values-on-measure/m-p/910698#M8681</link>
      <description>&lt;P&gt;Edit query -&amp;gt; Click on this colummn -&amp;gt; uncheck the check box before required name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;another way is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;new measure= if(max(table[Name])="Mark",1,0)&lt;/P&gt;&lt;P&gt;add this measure to visual level filter and set it to 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 10:55:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Ingore-specific-values-on-measure/m-p/910698#M8681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-24T10:55:08Z</dc:date>
    </item>
  </channel>
</rss>

