<?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 Use dax to populate machine manufacturing capacity in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-dax-to-populate-machine-manufacturing-capacity/m-p/2841639#M90804</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to use the capacity of machines 1,2 and 3 in the most efficient way possible to prepare the orders of products a,b,c,d and e.&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;&amp;nbsp; &amp;nbsp; &amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only a certain type of products can be manufactured in each machine.&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;Can anybody suggest how to achieve this with dax, either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Populate each machine in the optimal way to their maximum capacity - when orders exceed capacity, the exceeding orders should be distributed as equally as possible among all machines that can manufacture those products.&lt;/LI&gt;&lt;LI&gt;or, let the user select which product they want to make in each machine - once a product has been selected and is being made in a certain machine, it should not appear as an option in the other machines.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2022 07:22:14 GMT</pubDate>
    <dc:creator>hassan_d</dc:creator>
    <dc:date>2022-10-14T07:22:14Z</dc:date>
    <item>
      <title>Use dax to populate machine manufacturing capacity</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-dax-to-populate-machine-manufacturing-capacity/m-p/2841639#M90804</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to use the capacity of machines 1,2 and 3 in the most efficient way possible to prepare the orders of products a,b,c,d and e.&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;&amp;nbsp; &amp;nbsp; &amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only a certain type of products can be manufactured in each machine.&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;Can anybody suggest how to achieve this with dax, either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Populate each machine in the optimal way to their maximum capacity - when orders exceed capacity, the exceeding orders should be distributed as equally as possible among all machines that can manufacture those products.&lt;/LI&gt;&lt;LI&gt;or, let the user select which product they want to make in each machine - once a product has been selected and is being made in a certain machine, it should not appear as an option in the other machines.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 07:22:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-dax-to-populate-machine-manufacturing-capacity/m-p/2841639#M90804</guid>
      <dc:creator>hassan_d</dc:creator>
      <dc:date>2022-10-14T07:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use dax to populate machine manufacturing capacity</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-dax-to-populate-machine-manufacturing-capacity/m-p/2844573#M90981</link>
      <description>&lt;P&gt;Power Query can do some of this with List.Accumulate,&amp;nbsp; but DAX is conceptually unable to do this.&lt;/P&gt;
&lt;P&gt;Power BI has no memory, and &lt;STRONG&gt;no concept of global variables&lt;/STRONG&gt; (or variables at all- What Power BI calls "variables" are in fact all constants).&lt;/P&gt;
&lt;P&gt;You will likely need to do that work in the upstream system.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2022 12:49:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Use-dax-to-populate-machine-manufacturing-capacity/m-p/2844573#M90981</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-10-16T12:49:52Z</dc:date>
    </item>
  </channel>
</rss>

