<?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: Calculating utilization percentage based off 8 hour workday in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1878557#M40329</link>
    <description>&lt;P&gt;Another issue using my formula for Utilized Hours is the line graph is flat line. Billable reflects properly using same formula. Any ideas?&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;</description>
    <pubDate>Wed, 02 Jun 2021 19:40:39 GMT</pubDate>
    <dc:creator>rachaelwalker</dc:creator>
    <dc:date>2021-06-02T19:40:39Z</dc:date>
    <item>
      <title>Calculating utilization percentage based off 8 hour workday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1875506#M40252</link>
      <description>&lt;P&gt;I am trying to calculate the percentage of utilized hours based on a 8 hour work day. The formula I am using though is returning the same percentage for every record. Is there another formula I could use? If works fine for my billable hours which is a native fields in the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Utilized Hours is a calculated column based on data from another table.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Utilized Hours = 
  VAR __WorkTypeID = [TimeEntries.workType.id]
  VAR __UtilizationFlag = MAXX(FILTER('WorkTypes',[WorkTypes.id]=__WorkTypeID),[UtilizationFlag])
RETURN
  IF(__UtilizationFlag,'TimeEntries'[TimeEntries.actualHours],0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Utilized %&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Utilized % = DIVIDE(sum(TimeEntries[Utilized Hours]),countrows(summarize('TimeEntries','TimeEntries'[TimeEntries.timeStart],'TimeEntries'[TimeEntries.member.id]))*8)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Results&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 15:41:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1875506#M40252</guid>
      <dc:creator>rachaelwalker</dc:creator>
      <dc:date>2021-06-01T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating utilization percentage based off 8 hour workday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1875755#M40265</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're using DIVIDE(SUM()) - this will give you the exact result you expected, one stable value for whole column.&lt;/P&gt;&lt;P&gt;If you need to have only utilized % per one row (as I assume, correct me if I am wrong) out of utilized hours and assuming the 8 hour day wouldn't it be easier to simply DIVIDE([Utilized Hours], 8)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 17:15:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1875755#M40265</guid>
      <dc:creator>krishna0</dc:creator>
      <dc:date>2021-06-01T17:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating utilization percentage based off 8 hour workday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1878380#M40313</link>
      <description>&lt;P&gt;We want to see daily utilization for individual employees and for all employees per day based on everyone works an 8 hour day... My original formula is working for my billable hours so I dont understand why it is not working for my Utilized hours. They only difference between billable hours and utilized hours, is I can see billable hours in power query but not utilized (sorry still learning). I also added your formula&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 17:13:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1878380#M40313</guid>
      <dc:creator>rachaelwalker</dc:creator>
      <dc:date>2021-06-02T17:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating utilization percentage based off 8 hour workday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1878557#M40329</link>
      <description>&lt;P&gt;Another issue using my formula for Utilized Hours is the line graph is flat line. Billable reflects properly using same formula. Any ideas?&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;</description>
      <pubDate>Wed, 02 Jun 2021 19:40:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1878557#M40329</guid>
      <dc:creator>rachaelwalker</dc:creator>
      <dc:date>2021-06-02T19:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating utilization percentage based off 8 hour workday</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1888983#M40688</link>
      <description>&lt;P&gt;I was able to get it to work properly using my original formula. I was using a calculated column when it should have been a measure. User error. =X&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 20:02:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-utilization-percentage-based-off-8-hour-workday/m-p/1888983#M40688</guid>
      <dc:creator>rachaelwalker</dc:creator>
      <dc:date>2021-06-08T20:02:45Z</dc:date>
    </item>
  </channel>
</rss>

