<?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 Help with GENERATE SERIES/FILTER/CALCULATE in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-GENERATE-SERIES-FILTER-CALCULATE/m-p/1608666#M32301</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to this and struggling with how to use GENERATE SERIES to filter a table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a numeric column in a table named tblSelection[Age of Company].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used GENERATESERIES to create a new table of a range of values for&amp;nbsp;tblSelection[Age of Company]*0.9 to&amp;nbsp;tblSelection[Age of Company]*1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;GENERATESERIES(min(tblSelection[AGE OF COMPANY])*0.9,max(tblSelection[AGE OF COMPANY])*1.1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I am then trying to filter a column in a second table tblMatches[Age of Company] where the numeric value falls between the min and max values above.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I can't do it and am probably going about it in completely the wrong way!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Please can anyone offer some help?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 Jan 2021 13:31:05 GMT</pubDate>
    <dc:creator>dpotta</dc:creator>
    <dc:date>2021-01-19T13:31:05Z</dc:date>
    <item>
      <title>Help with GENERATE SERIES/FILTER/CALCULATE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-GENERATE-SERIES-FILTER-CALCULATE/m-p/1608666#M32301</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to this and struggling with how to use GENERATE SERIES to filter a table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a numeric column in a table named tblSelection[Age of Company].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used GENERATESERIES to create a new table of a range of values for&amp;nbsp;tblSelection[Age of Company]*0.9 to&amp;nbsp;tblSelection[Age of Company]*1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;GENERATESERIES(min(tblSelection[AGE OF COMPANY])*0.9,max(tblSelection[AGE OF COMPANY])*1.1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I am then trying to filter a column in a second table tblMatches[Age of Company] where the numeric value falls between the min and max values above.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I can't do it and am probably going about it in completely the wrong way!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Please can anyone offer some help?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jan 2021 13:31:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-GENERATE-SERIES-FILTER-CALCULATE/m-p/1608666#M32301</guid>
      <dc:creator>dpotta</dc:creator>
      <dc:date>2021-01-19T13:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GENERATE SERIES/FILTER/CALCULATE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-GENERATE-SERIES-FILTER-CALCULATE/m-p/1608704#M32303</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="12008" data-lia-user-login="dpotta" class="lia-mention lia-mention-user"&gt;dpotta&lt;/a&gt; , if you are creating a slicer using this new table and try to filter , then you have to create it as a measure as column will not take the slicer value. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are you trying to achieve here.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 13:43:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-GENERATE-SERIES-FILTER-CALCULATE/m-p/1608704#M32303</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-19T13:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GENERATE SERIES/FILTER/CALCULATE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-GENERATE-SERIES-FILTER-CALCULATE/m-p/1608754#M32304</link>
      <description>&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see you are very knowledgeable and I am not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I am trying to do is filter a table where the values in the column tblMatches[Age of Company] fall between two values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;the first is the tblSelection[AGE OF COMPANY])*0.9&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and the second the (tblSelection[AGE OF COMPANY])*1.1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Obviously you know when to use GENERATESERIES and I do not.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How do I filter the tblMatches with these criteria?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jan 2021 13:57:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-GENERATE-SERIES-FILTER-CALCULATE/m-p/1608754#M32304</guid>
      <dc:creator>dpotta</dc:creator>
      <dc:date>2021-01-19T13:57:40Z</dc:date>
    </item>
  </channel>
</rss>

