<?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 several ranges of values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-several-ranges-of-values/m-p/746943#M2531</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76572" data-lia-user-login="palvarez8" class="lia-mention lia-mention-user"&gt;palvarez8&lt;/a&gt; you can manually add or condition to filter, here in following example I have two condition&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1- between 100 and 110&lt;/P&gt;
&lt;P&gt;2 - between 500 and 600&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can add more&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;conditions to meet your range requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2019 16:32:13 GMT</pubDate>
    <dc:creator>parry2k</dc:creator>
    <dc:date>2019-07-23T16:32:13Z</dc:date>
    <item>
      <title>Filter several ranges of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-several-ranges-of-values/m-p/746907#M2529</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im actually trying to filter my DBase that it´s in an Excel sheet. I have my ID client number that goes from 0 to 999999. Also i has several states. For example Active/ Inactive / etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to filter the states in Power Query. (Activa=Active) (Padrón= Client ID)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I only have to stay with the following ranges:&lt;/P&gt;&lt;P&gt;Id Number from&lt;/P&gt;&lt;P&gt;&amp;gt;=0 &amp;lt;=14999&lt;/P&gt;&lt;P&gt;&amp;gt;=16000 &amp;lt;=199999&lt;/P&gt;&lt;P&gt;&amp;gt;=950000 &amp;lt;= 959999&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using this filter but it didn´t work&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 15:53:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-several-ranges-of-values/m-p/746907#M2529</guid>
      <dc:creator>palvarez8</dc:creator>
      <dc:date>2019-07-23T15:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter several ranges of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-several-ranges-of-values/m-p/746943#M2531</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76572" data-lia-user-login="palvarez8" class="lia-mention lia-mention-user"&gt;palvarez8&lt;/a&gt; you can manually add or condition to filter, here in following example I have two condition&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1- between 100 and 110&lt;/P&gt;
&lt;P&gt;2 - between 500 and 600&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can add more&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;conditions to meet your range requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 16:32:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-several-ranges-of-values/m-p/746943#M2531</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-07-23T16:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter several ranges of values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-several-ranges-of-values/m-p/746997#M2534</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76572" data-lia-user-login="palvarez8" class="lia-mention lia-mention-user"&gt;palvarez8&lt;/a&gt;you can manually add or condition to filter, here in following example I have two condition&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- between 100 and 110&lt;/P&gt;&lt;P&gt;2 - between 500 and 600&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can add more&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;conditions to meet your range requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank! it worked. What if i want to create a measure with that conditions? What DAX formula should I use?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 17:45:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-several-ranges-of-values/m-p/746997#M2534</guid>
      <dc:creator>palvarez8</dc:creator>
      <dc:date>2019-07-23T17:45:14Z</dc:date>
    </item>
  </channel>
</rss>

