<?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: Job Analytics - Job On Hire, Job Off Hire, Current On Hire (Historical) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Job-Analytics-Job-On-Hire-Job-Off-Hire-Current-On-Hire/m-p/2337077#M58909</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355732" data-lia-user-login="alex9999" class="lia-mention lia-mention-user"&gt;alex9999&lt;/a&gt; , I sharing a file for this blog, please check how date table is used to display current employees. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share the expected results for the data shared by you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 13:54:53 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-02-14T13:54:53Z</dc:date>
    <item>
      <title>Job Analytics - Job On Hire, Job Off Hire, Current On Hire (Historical)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Job-Analytics-Job-On-Hire-Job-Off-Hire-Current-On-Hire/m-p/2336966#M58903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have recently found a forum post which relates to the problem I am trying to solve:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My only issue is that the DAX measures are not working with my dataset. I work in an organisation which holds thousands of rows of data holding details such as "Job On Hire Date" and "Job Off Hire Date". I am trying to make a similar vizualisation to the one at the end of the mentioned forum post, where the "Current Employed Employees" line is replaced with "Current On Hire Jobs", and the "Hired" "Terminated" bars are replaced with "Jobs Hired" "Jobs Offhired".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see how the logic works, however I am struggling with the development of my own variation of said vizualisation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can work out if a job is on hire by using simple logic (IF Job On Hire Date = NOTBLANK &amp;amp;&amp;amp; Job Off Hire Date = BLANK), I just need to incorporate a historical time slicer to find jobs on hire for certain dates, for example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;There were 874 jobs on hire on 05/01/2022.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a bit of extra support, here is an example dataset which you could use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Job ID&lt;/TD&gt;&lt;TD&gt;Job On Hire Date&lt;/TD&gt;&lt;TD&gt;Job Off Hire Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;11/02/2022&lt;/TD&gt;&lt;TD&gt;14/02/2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;11/02/2022&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;NULL (Still On Hire)&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;12/02/2022&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;NULL (Still On Hire)&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;12/02/2022&lt;/TD&gt;&lt;TD&gt;13/02/2022&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 14 Feb 2022 13:07:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Job-Analytics-Job-On-Hire-Job-Off-Hire-Current-On-Hire/m-p/2336966#M58903</guid>
      <dc:creator>alex9999</dc:creator>
      <dc:date>2022-02-14T13:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Job Analytics - Job On Hire, Job Off Hire, Current On Hire (Historical)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Job-Analytics-Job-On-Hire-Job-Off-Hire-Current-On-Hire/m-p/2337077#M58909</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355732" data-lia-user-login="alex9999" class="lia-mention lia-mention-user"&gt;alex9999&lt;/a&gt; , I sharing a file for this blog, please check how date table is used to display current employees. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share the expected results for the data shared by you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 13:54:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Job-Analytics-Job-On-Hire-Job-Off-Hire-Current-On-Hire/m-p/2337077#M58909</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-14T13:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Job Analytics - Job On Hire, Job Off Hire, Current On Hire (Historical)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Job-Analytics-Job-On-Hire-Job-Off-Hire-Current-On-Hire/m-p/2337120#M58913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just reviewed my initial question and not sure if the dataset is as storytelling as it could be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to find out how many Jobs were "On Hire" on dates ranging between 2015 and 2022. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There were 800 Jobs on hire in Oct 2020 etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an extended dataset if needed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Job ID&lt;/TD&gt;&lt;TD&gt;On Hire Date&lt;/TD&gt;&lt;TD&gt;Off Hire Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;12/01/2016&lt;/TD&gt;&lt;TD&gt;16/02/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;15/04/2017&lt;/TD&gt;&lt;TD&gt;10/02/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;20/12/2018&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;30/06/2019&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;29/07/2019&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;TD&gt;30/08/2019&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you were to filter vizualisation to date ranges 20/12/2018 - 14/02/2022 there would be 4 jobs still On Hire.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 14:11:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Job-Analytics-Job-On-Hire-Job-Off-Hire-Current-On-Hire/m-p/2337120#M58913</guid>
      <dc:creator>alex9999</dc:creator>
      <dc:date>2022-02-14T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Job Analytics - Job On Hire, Job Off Hire, Current On Hire (Historical)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Job-Analytics-Job-On-Hire-Job-Off-Hire-Current-On-Hire/m-p/2337193#M58914</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355732" data-lia-user-login="alex9999" class="lia-mention lia-mention-user"&gt;alex9999&lt;/a&gt; , Please check the file attached &lt;/P&gt;
&lt;P&gt;Small model change, I am keeping both join inactive&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 14:45:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Job-Analytics-Job-On-Hire-Job-Off-Hire-Current-On-Hire/m-p/2337193#M58914</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-14T14:45:22Z</dc:date>
    </item>
  </channel>
</rss>

