<?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: Counting Resignations in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Resignations/m-p/2508186#M69515</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343684" data-lia-user-login="Michalison" class="lia-mention lia-mention-user"&gt;Michalison&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Count Resignations =
CALCULATE (
    COUNTROWS ( Personnel_Records ),
    'Date'[Date] &amp;gt;= MIN ( 'Date'[Date] ),
    Personnel_Records[Leaving Reason] = "Resignation"
)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 11 May 2022 15:24:06 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-05-11T15:24:06Z</dc:date>
    <item>
      <title>Counting Resignations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Resignations/m-p/2507877#M69491</link>
      <description>&lt;P&gt;I would like to create a measure that counts the employee resignations by the year chosen on the year slicer - I have done a measure that does not quite work&amp;nbsp; if I click on year 2021 in the date slicer it then counts resignations for 2021 and 2022 so I obviously have to put in a measure that just counts the year I select - any help would be appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Count Resignations =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Personnel_Records&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Personnel_Records[Leaving Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Personnel_Records[Leaving Date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Date'[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;Personnel_Records[Leaving Reason]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Resignation"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 May 2022 13:18:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Resignations/m-p/2507877#M69491</guid>
      <dc:creator>Michalison</dc:creator>
      <dc:date>2022-05-11T13:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Resignations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Resignations/m-p/2508186#M69515</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343684" data-lia-user-login="Michalison" class="lia-mention lia-mention-user"&gt;Michalison&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please try&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Count Resignations =
CALCULATE (
    COUNTROWS ( Personnel_Records ),
    'Date'[Date] &amp;gt;= MIN ( 'Date'[Date] ),
    Personnel_Records[Leaving Reason] = "Resignation"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 11 May 2022 15:24:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Resignations/m-p/2508186#M69515</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-11T15:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Resignations</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Resignations/m-p/2510464#M69618</link>
      <description>&lt;P&gt;Thanks thats great&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 11:59:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-Resignations/m-p/2510464#M69618</guid>
      <dc:creator>Michalison</dc:creator>
      <dc:date>2022-05-12T11:59:31Z</dc:date>
    </item>
  </channel>
</rss>

