<?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: How to calculate employee utilization % which is shown over 3 month period? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-employee-utilization-which-is-shown-over-3/m-p/1088260#M15629</link>
    <description>&lt;P&gt;To do caclulations by gender you would need to have an employee dimension table, which had a relationship to your table of hours. That would let you filter the hours table by gender easily in order to calculate by gender.&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2020 16:36:26 GMT</pubDate>
    <dc:creator>kentyler</dc:creator>
    <dc:date>2020-05-13T16:36:26Z</dc:date>
    <item>
      <title>How to calculate employee utilization % which is shown over 3 month period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-employee-utilization-which-is-shown-over-3/m-p/1088174#M15625</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Power BI world and need to create a relatively simple report for our HR team.&lt;/P&gt;&lt;P&gt;They asked to show average employee utilization as a % which is split by level and gender.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following columns from my Timesheets table which i need to include in order to calculate utilization:&lt;/P&gt;&lt;P&gt;ProductiveTime&lt;/P&gt;&lt;P&gt;FixedWorkingHours&lt;/P&gt;&lt;P&gt;Training Time&lt;/P&gt;&lt;P&gt;Sickness&lt;/P&gt;&lt;P&gt;Absence&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is easy to calculate utilizaiton by dividing productive time over fixed working hours,;however, could you please help me create a measure which subtracts correctly non-productive time, i.e. training time, sickness and absence, so that i could have an actual and correct utilization rate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once i have utilization as a %, i also need to show it as an average utilization by gender over 3 months. What would be the formaulat for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your help and advice&lt;/P&gt;&lt;P&gt;Oksana&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 15:38:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-employee-utilization-which-is-shown-over-3/m-p/1088174#M15625</guid>
      <dc:creator>Oksana</dc:creator>
      <dc:date>2020-05-13T15:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate employee utilization % which is shown over 3 month period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-employee-utilization-which-is-shown-over-3/m-p/1088258#M15628</link>
      <description>&lt;P&gt;Have you considered unpoviting your data ?&lt;/P&gt;
&lt;P&gt;So you have a table with fields:&lt;/P&gt;
&lt;P&gt;Employee&lt;/P&gt;
&lt;P&gt;Time Type&lt;/P&gt;
&lt;P&gt;Hours&lt;/P&gt;
&lt;P&gt;If you then use Power Query to convert training, sickness and absence to negative numbers&lt;/P&gt;
&lt;P&gt;Then you can get productive time by adding them up with fixed working hours. That would give you a number you could compare with the reported productive time numbers.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 16:34:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-employee-utilization-which-is-shown-over-3/m-p/1088258#M15628</guid>
      <dc:creator>kentyler</dc:creator>
      <dc:date>2020-05-13T16:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate employee utilization % which is shown over 3 month period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-employee-utilization-which-is-shown-over-3/m-p/1088260#M15629</link>
      <description>&lt;P&gt;To do caclulations by gender you would need to have an employee dimension table, which had a relationship to your table of hours. That would let you filter the hours table by gender easily in order to calculate by gender.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 16:36:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-employee-utilization-which-is-shown-over-3/m-p/1088260#M15629</guid>
      <dc:creator>kentyler</dc:creator>
      <dc:date>2020-05-13T16:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate employee utilization % which is shown over 3 month period?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-employee-utilization-which-is-shown-over-3/m-p/1116511#M16300</link>
      <description>&lt;P&gt;Thank you &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="114168" data-lia-user-login="kentyler" class="lia-mention lia-mention-user"&gt;kentyler&lt;/a&gt;&amp;nbsp; &amp;nbsp;your solution is great but I created a measure and it works.&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 13:08:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-employee-utilization-which-is-shown-over-3/m-p/1116511#M16300</guid>
      <dc:creator>Oksana</dc:creator>
      <dc:date>2020-05-24T13:08:16Z</dc:date>
    </item>
  </channel>
</rss>

