<?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: Productivity/Capacity production in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Productivity-Capacity-production/m-p/3091922#M108344</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="518520" data-lia-user-login="italobveloso" class="lia-mention lia-mention-user"&gt;italobveloso&lt;/a&gt; , Try a measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Averagex(Values(Table[Employee]), calculate(Sumx(Table, if(Table[Product] = D,1,.5) ) ) )&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2023 04:04:55 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2023-02-22T04:04:55Z</dc:date>
    <item>
      <title>Productivity/Capacity production</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Productivity-Capacity-production/m-p/3091167#M108297</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm trying to create a metric to check our productivity/Capacity.&lt;/P&gt;&lt;P&gt;I have a table with ID employee, Product Type, Created(Date), and Count.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The maximum capacity that each employee can do per day is 3&lt;BR /&gt;Product "D" count as 1 and product "E" as 0.5&lt;/P&gt;&lt;P&gt;Basically, I need to sum Column(Count) per each day to each employee and divide by 3 *100( percentage).&lt;/P&gt;&lt;P&gt;The same thing but for month, year, and total.&lt;/P&gt;&lt;P&gt;I really appreciate any tips or ideas!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 19:29:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Productivity-Capacity-production/m-p/3091167#M108297</guid>
      <dc:creator>italobveloso</dc:creator>
      <dc:date>2023-02-21T19:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Productivity/Capacity production</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Productivity-Capacity-production/m-p/3091922#M108344</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="518520" data-lia-user-login="italobveloso" class="lia-mention lia-mention-user"&gt;italobveloso&lt;/a&gt; , Try a measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Averagex(Values(Table[Employee]), calculate(Sumx(Table, if(Table[Product] = D,1,.5) ) ) )&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 04:04:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Productivity-Capacity-production/m-p/3091922#M108344</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-02-22T04:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Productivity/Capacity production</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Productivity-Capacity-production/m-p/3093853#M108482</link>
      <description>&lt;P&gt;I think it worked&lt;SPAN&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;I used this measurement(you provided) and divide it by 3(maximum capacity per day for each employee).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Just two more questions&lt;/P&gt;&lt;P&gt;How do I do to show the days that Employee didn't produce anything?&lt;BR /&gt;How do I do to show the total(all production divided by total capacity)?&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, 22 Feb 2023 20:53:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Productivity-Capacity-production/m-p/3093853#M108482</guid>
      <dc:creator>italobveloso</dc:creator>
      <dc:date>2023-02-22T20:53:56Z</dc:date>
    </item>
  </channel>
</rss>

