<?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: Determine Employee work time by month given a start and end date and FTE Assi in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-Employee-work-time-by-month-given-a-start-and-end-date/m-p/918825#M9000</link>
    <description>&lt;P&gt;Please share some sample data. If possible please share a sample pbix file after removing sensitive information.Thanks.&lt;BR /&gt;&lt;BR /&gt;My Recent Blog -&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970" target="_blank"&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;</description>
    <pubDate>Sun, 02 Feb 2020 15:48:11 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-02-02T15:48:11Z</dc:date>
    <item>
      <title>Determine Employee work time by month given a start and end date and FTE Assi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-Employee-work-time-by-month-given-a-start-and-end-date/m-p/918682#M8990</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to calculate a few project related statistics.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have multiple employees working across multiple projects.&amp;nbsp; Multiple employee can work on the same project and each employee can have multiple projects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given the project name, employee start date, employee stop date, employee effort, and employee name how do I calculate the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Amount of time spent on a given project by month&lt;/P&gt;&lt;P&gt;2) Amount of time expended by a given employee by month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;HD&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2020 20:44:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-Employee-work-time-by-month-given-a-start-and-end-date/m-p/918682#M8990</guid>
      <dc:creator>holydragon</dc:creator>
      <dc:date>2020-02-01T20:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Employee work time by month given a start and end date and FTE Assi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-Employee-work-time-by-month-given-a-start-and-end-date/m-p/918723#M8994</link>
      <description>For first question try below measure.&lt;BR /&gt;Create one column which tell the current month of project and use this in summerize measure else you can check the month in dax only.&lt;BR /&gt;&lt;BR /&gt;Measure=Sumx(summerize(table,table[projectname],month(table[startdate],table[efforts]),table[efforts])&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For second question, just replace projectname column with employee name in above measure.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;BR /&gt;If it resolves your problem mark it as a solution and give Kudos.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Feb 2020 03:25:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-Employee-work-time-by-month-given-a-start-and-end-date/m-p/918723#M8994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-02T03:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Employee work time by month given a start and end date and FTE Assi</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-Employee-work-time-by-month-given-a-start-and-end-date/m-p/918825#M9000</link>
      <description>&lt;P&gt;Please share some sample data. If possible please share a sample pbix file after removing sensitive information.Thanks.&lt;BR /&gt;&lt;BR /&gt;My Recent Blog -&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970" target="_blank"&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;</description>
      <pubDate>Sun, 02 Feb 2020 15:48:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-Employee-work-time-by-month-given-a-start-and-end-date/m-p/918825#M9000</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-02-02T15:48:11Z</dc:date>
    </item>
  </channel>
</rss>

