<?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: Cumulative number of units under processing / count time within duration in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/807814#M5060</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="149826" data-lia-user-login="vissvess" class="lia-mention lia-mention-user"&gt;vissvess&lt;/a&gt;, did you solve this?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2019 10:04:18 GMT</pubDate>
    <dc:creator>sturlaws</dc:creator>
    <dc:date>2019-10-02T10:04:18Z</dc:date>
    <item>
      <title>Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/797903#M4729</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data set is as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;Unit&lt;/TD&gt;&lt;TD&gt;Start Time&lt;/TD&gt;&lt;TD&gt;End Time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;GRK9W2&lt;/TD&gt;&lt;TD&gt;1:53:53 AM&lt;/TD&gt;&lt;TD&gt;9:05:02 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;HBRK9W&lt;/TD&gt;&lt;TD&gt;4:53:17 AM&lt;/TD&gt;&lt;TD&gt;11:47:37 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;GBRK9W&lt;/TD&gt;&lt;TD&gt;5:04:23 AM&lt;/TD&gt;&lt;TD&gt;1:18:04 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;DFRK9W&lt;/TD&gt;&lt;TD&gt;5:53:17 AM&lt;/TD&gt;&lt;TD&gt;3:48:21 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;8CRK9W&lt;/TD&gt;&lt;TD&gt;11:25:00 AM&lt;/TD&gt;&lt;TD&gt;2:55:04 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;1KRK9W&lt;/TD&gt;&lt;TD&gt;1:02:35 AM&lt;/TD&gt;&lt;TD&gt;2:17:55 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;2KRK9W&lt;/TD&gt;&lt;TD&gt;1:00:41 AM&lt;/TD&gt;&lt;TD&gt;5:27:28 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;3KRK9W&lt;/TD&gt;&lt;TD&gt;11:38:31 AM&lt;/TD&gt;&lt;TD&gt;2:14:31 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;HGRK9W&lt;/TD&gt;&lt;TD&gt;1:39:53 AM&lt;/TD&gt;&lt;TD&gt;5:16:52 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;4KRK9W&lt;/TD&gt;&lt;TD&gt;3:29:14 AM&lt;/TD&gt;&lt;TD&gt;11:28:58 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20-09-19&lt;/TD&gt;&lt;TD&gt;BGRK9W&lt;/TD&gt;&lt;TD&gt;9:40:37 AM&lt;/TD&gt;&lt;TD&gt;1:45:38 PM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have a date and time table as follows.&lt;img /&gt;&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;With these tables, the relationship is with the date with date and process dataset. Time relation with time table and process table's End Time column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a trend for particular day accross time all open orders at any given time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a unit, between start time and end time, the unit is said to be open order.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, at a particular time, the value would be number of open orders, i.e., orders having lesser or equal selected time and greater end time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me in this regard.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 09:32:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/797903#M4729</guid>
      <dc:creator>vissvess</dc:creator>
      <dc:date>2019-09-20T09:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798119#M4740</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="149826" data-lia-user-login="vissvess" class="lia-mention lia-mention-user"&gt;vissvess&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;not sure what you are after.&lt;BR /&gt;This measure&lt;/P&gt;&lt;PRE&gt;Measure =
CALCULATE (
    DISTINCTCOUNT ( 'Table'[Unit] );
    FILTER (
        'Table';
        'Table'[Start Time] &amp;lt;= SELECTEDVALUE ( 'Time'[Time] )
            &amp;amp;&amp;amp; SELECTEDVALUE ( 'Time'[Time] ) &amp;lt;= 'Table'[End Time]
    )
)&lt;/PRE&gt;&lt;P&gt;can be used to show the change in open orders during the day:&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;BR /&gt;Sturla&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 12:49:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798119#M4740</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2019-09-20T12:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798787#M4780</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="88633" data-lia-user-login="sturlaws" class="lia-mention lia-mention-user"&gt;sturlaws&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the wornderful code.&lt;/P&gt;&lt;P&gt;I have a date slicer. With the help of this, I get daily trend over hours.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I select a week or more than a day, the numbers gets summed up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need either peak of peak of average. A slicer for this to modify the method of aggretation is required. Is it possbile.&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2019 06:28:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798787#M4780</guid>
      <dc:creator>vissvess</dc:creator>
      <dc:date>2019-09-22T06:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798793#M4781</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;Measure =
DIVIDE (
    CALCULATE (
        DISTINCTCOUNT ( 'Table'[Unit] );
        FILTER (
            'Table';
            'Table'[Start Time] &amp;lt;= SELECTEDVALUE ( 'Time'[Time] )
                &amp;amp;&amp;amp; SELECTEDVALUE ( 'Time'[Time] ) &amp;lt;= 'Table'[End Time]
        )
    );
    COUNTROWS ( VALUES ( 'Table'[Date] ) )
)&lt;/PRE&gt;</description>
      <pubDate>Sun, 22 Sep 2019 07:57:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798793#M4781</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2019-09-22T07:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798820#M4783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="88633" data-lia-user-login="sturlaws" class="lia-mention lia-mention-user"&gt;sturlaws&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the timely help...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lemme check for my expected result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me in solving similar type of data with some modifications.&lt;/P&gt;&lt;P&gt;Say, I donot have start time. I have something called order which has multiple units.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table named "Master list of order" Which have orders and order quantity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now this process table may contain the following data. Say,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date --&amp;gt; Order number --&amp;gt; Unit --&amp;gt; Produced time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a measure for the build quantity as calculate(distinctcount(Units)) to count the actual number of units produed againsst the order to full fill the order quantity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The requirement is same as earlier dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At any point of time, the number of orders that have build quantity not matching with order quantity is to be arrived.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you kindly help. I am stranded...&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2019 11:49:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798820#M4783</guid>
      <dc:creator>vissvess</dc:creator>
      <dc:date>2019-09-22T11:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798821#M4784</link>
      <description>&lt;P&gt;I have one to many relationship between Masterlist of orders and Process table. Kindly note.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your continual support.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2019 11:51:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798821#M4784</guid>
      <dc:creator>vissvess</dc:creator>
      <dc:date>2019-09-22T11:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798823#M4785</link>
      <description>&lt;P&gt;Initially, I thought the work around would be simple.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the end of my day (When I get my daily data), I will have all the orders built (Order quanity = Build Quantity for almost all orders).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, If I use the above condition I end up in disappointment resulting error or a straight line.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The function may need a time intelligence to neglect the later period orders at any particular period of time to count the open orders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope I can have a better workaround. Thanks in advance&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="88633" data-lia-user-login="sturlaws" class="lia-mention lia-mention-user"&gt;sturlaws&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2019 11:58:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/798823#M4785</guid>
      <dc:creator>vissvess</dc:creator>
      <dc:date>2019-09-22T11:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/799098#M4789</link>
      <description>&lt;P&gt;If you can provide a representable sample dataset and mock-up of what you want as outcome, I'll take a look at it&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 05:53:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/799098#M4789</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2019-09-23T05:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/799169#M4792</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="88633" data-lia-user-login="sturlaws" class="lia-mention lia-mention-user"&gt;sturlaws&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The outcome is same as I requested earlier and the same as you provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The inputs is also the same as before but without start time&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Date&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Order Number&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Unit&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Completed Time&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;82343&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;GRK9W2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;9:05:02 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;83453&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;HBRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;11:47:37 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;72354&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;GBRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1:18:04 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;83453&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;DFRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3:48:21 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;72354&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8CRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2:55:04 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;83453&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1KRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2:17:55 AM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;83453&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2KRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5:27:28 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;83453&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3KRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2:14:31 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;72354&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;HGRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5:16:52 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;72354&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;4KRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;11:28:58 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;20-09-19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;72354&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;BGRK9W&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1:45:38 PM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now another table - "Masterlist of orders"&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Order Number&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Order Quantity&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;72354&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;83453&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;82346&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;49&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;92137&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;15&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01235&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, could you read the earlier post for better understanding of the model and requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again note, the dataset is bit different, but the output required is same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 06:57:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/799169#M4792</guid>
      <dc:creator>vissvess</dc:creator>
      <dc:date>2019-09-23T06:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/799313#M4793</link>
      <description>&lt;P&gt;It is not clear to me what you want your output to look like. Do you want a timeline chart with the number of orders which are not complete yet? Do you want a timeline chart with the number of produced items pr order? If you want a timeline chart, what should the start time be?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 08:38:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/799313#M4793</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2019-09-23T08:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/799442#M4798</link>
      <description>&lt;P&gt;Yes... I want a timeline chart with the number of order which are not complete yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is not start time as in the earlier case. (earlier unit is open between start and end time)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the order is open between first and last unit production. Order quanity is available in master table.&lt;/P&gt;&lt;P&gt;At any time, open orders are when the first unit of the order is produced and at the time, the total unit prodcued of the particular order not matching with the specified quantity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope now its clear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thansk&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 10:11:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/799442#M4798</guid>
      <dc:creator>vissvess</dc:creator>
      <dc:date>2019-09-23T10:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative number of units under processing / count time within duration</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/807814#M5060</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="149826" data-lia-user-login="vissvess" class="lia-mention lia-mention-user"&gt;vissvess&lt;/a&gt;, did you solve this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 10:04:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-number-of-units-under-processing-count-time-within/m-p/807814#M5060</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2019-10-02T10:04:18Z</dc:date>
    </item>
  </channel>
</rss>

