<?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 issue with &amp;quot;&amp;lt;=&amp;quot; in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1465184#M27708</link>
    <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I was sure they were inactive, but went to check again and indeed relation to Hire Date was active for some reason...&lt;/P&gt;</description>
    <pubDate>Fri, 30 Oct 2020 07:24:28 GMT</pubDate>
    <dc:creator>Allie</dc:creator>
    <dc:date>2020-10-30T07:24:28Z</dc:date>
    <item>
      <title>Filter issue with "&lt;="</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1463799#M27663</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get a chart that will show me Headcount progress over time. I found a video with a nice solution to that, but for some reason it does not work exactly how I want.&lt;/P&gt;&lt;P&gt;This is the formula:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Headcount = Calculate(COUNTROWS('[HR Actions] Actions in EC'), FILTER(values('[HR Actions] Actions in EC'[Hire Date]), '[HR Actions] Actions in EC'[Hire Date] &amp;lt;= MAX( Dates[Date])), filter(values('[HR Actions] Actions in EC'[Term Date]), OR('[HR Actions] Actions in EC'[Term Date] &amp;gt;= MIN(Dates[Date]), isblank('[HR Actions] Actions in EC'[Term Date] ) ) ) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;My issue is that instead of counting everyone filtered with Hire Date before or on a given Date, it only filters and counts people hired precisely on the given date, meaning the sign "&amp;lt;=" seems not to be working properly...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any ideas what might be the problem??&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Oct 2020 15:29:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1463799#M27663</guid>
      <dc:creator>Allie</dc:creator>
      <dc:date>2020-10-29T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue with "&lt;="</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1463822#M27665</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="267864" data-lia-user-login="Allie" class="lia-mention lia-mention-user"&gt;Allie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell us more about your data model?&lt;/P&gt;&lt;P&gt;You use both Hire Date and Term Date in your formula&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 15:38:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1463822#M27665</guid>
      <dc:creator>themistoklis</dc:creator>
      <dc:date>2020-10-29T15:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue with "&lt;="</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1463901#M27668</link>
      <description>Please, first learn about how to build correct models:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/guidance/star-schema" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/guidance/star-schema&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then, try to learn about relationships in DAX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then, try to learn about time-intelligence in DAX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/learn/modules/dax-power-bi-time-intelligence/" target="_blank"&gt;https://docs.microsoft.com/en-us/learn/modules/dax-power-bi-time-intelligence/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then you'll be well equipped with knowledge to face issues like the one above.</description>
      <pubDate>Thu, 29 Oct 2020 16:12:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1463901#M27668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-29T16:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue with "&lt;="</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1463906#M27669</link>
      <description>&lt;P&gt;Hi Allie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure the relationship between these two dates ([Hire Date] &amp;amp; [Term Date]) and the [Date] from your Calendar Table is inactive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J. Payeras&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 16:14:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1463906#M27669</guid>
      <dc:creator>Payeras_BI</dc:creator>
      <dc:date>2020-10-29T16:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue with "&lt;="</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1465184#M27708</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I was sure they were inactive, but went to check again and indeed relation to Hire Date was active for some reason...&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 07:24:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-issue-with-quot-lt-quot/m-p/1465184#M27708</guid>
      <dc:creator>Allie</dc:creator>
      <dc:date>2020-10-30T07:24:28Z</dc:date>
    </item>
  </channel>
</rss>

