<?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 [beginner] Select a range of numbers in a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/beginner-Select-a-range-of-numbers-in-a-column/m-p/3083900#M107651</link>
    <description>&lt;P&gt;Hello, i ve tryng to filter the column and its been a hard time. I have just 1&amp;nbsp;column and i need to filter this&amp;nbsp;column between two numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to make a new&amp;nbsp;column getting the numbers of this&amp;nbsp;column between -8 and 8 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-11&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the new&amp;nbsp;column will be only 6 and 4 excluding -11 and 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2023 19:21:40 GMT</pubDate>
    <dc:creator>estt</dc:creator>
    <dc:date>2023-02-16T19:21:40Z</dc:date>
    <item>
      <title>[beginner] Select a range of numbers in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/beginner-Select-a-range-of-numbers-in-a-column/m-p/3083900#M107651</link>
      <description>&lt;P&gt;Hello, i ve tryng to filter the column and its been a hard time. I have just 1&amp;nbsp;column and i need to filter this&amp;nbsp;column between two numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to make a new&amp;nbsp;column getting the numbers of this&amp;nbsp;column between -8 and 8 .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-11&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the new&amp;nbsp;column will be only 6 and 4 excluding -11 and 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 19:21:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/beginner-Select-a-range-of-numbers-in-a-column/m-p/3083900#M107651</guid>
      <dc:creator>estt</dc:creator>
      <dc:date>2023-02-16T19:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: [beginner] Select a range of numbers in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/beginner-Select-a-range-of-numbers-in-a-column/m-p/3083923#M107654</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="516201" data-lia-user-login="estt" class="lia-mention lia-mention-user"&gt;estt&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;New Column =
  VAR __Column = [Column1]
  VAR __Result = IF(__Column &amp;gt; -8 &amp;amp;&amp;amp; __Column &amp;lt; 8, __Column, BLANK())
RETURN
  __Result&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Feb 2023 19:47:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/beginner-Select-a-range-of-numbers-in-a-column/m-p/3083923#M107654</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-02-16T19:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: [beginner] Select a range of numbers in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/beginner-Select-a-range-of-numbers-in-a-column/m-p/3083939#M107655</link>
      <description>&lt;P&gt;It worked man, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 19:59:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/beginner-Select-a-range-of-numbers-in-a-column/m-p/3083939#M107655</guid>
      <dc:creator>estt</dc:creator>
      <dc:date>2023-02-16T19:59:47Z</dc:date>
    </item>
  </channel>
</rss>

