<?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 Carry over of open cases in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Carry-over-of-open-cases/m-p/794481#M4646</link>
    <description>&lt;P&gt;Hello community ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question for you about: Carry over of open cases&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our group receive email about Pay issues and we track them until they are closed. Sometime the case are open (received) and closed the same month, sometimes months after. I have a graphic that represent for each month the number of cases open (received), the number of cases closed and the variance (open – closed = variance).&lt;/P&gt;&lt;P&gt;I need to add the carry over of the cases open to each month that are not closed.&lt;BR /&gt;So, the number of cases still Open (received) from the actual month (Example: Open in March – Close in March) + carry over of the previous month (cases still open from previous months).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data are:&lt;BR /&gt;Tracking number (Example: D12345) for each case&lt;BR /&gt;and dates for Open &amp;amp; Close (Example: 2019-05-10)&lt;BR /&gt;I have a calendar too (day, month , year)&lt;/P&gt;&lt;P&gt;What will be the Measure that will give me the carry over of each month. We want to see if the number increases , stabilize or decrease.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found different solutions in that community, but none of them give me the right answer or works in my situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2019 12:47:55 GMT</pubDate>
    <dc:creator>cberaud1969</dc:creator>
    <dc:date>2019-09-17T12:47:55Z</dc:date>
    <item>
      <title>Carry over of open cases</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Carry-over-of-open-cases/m-p/794481#M4646</link>
      <description>&lt;P&gt;Hello community ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question for you about: Carry over of open cases&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our group receive email about Pay issues and we track them until they are closed. Sometime the case are open (received) and closed the same month, sometimes months after. I have a graphic that represent for each month the number of cases open (received), the number of cases closed and the variance (open – closed = variance).&lt;/P&gt;&lt;P&gt;I need to add the carry over of the cases open to each month that are not closed.&lt;BR /&gt;So, the number of cases still Open (received) from the actual month (Example: Open in March – Close in March) + carry over of the previous month (cases still open from previous months).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data are:&lt;BR /&gt;Tracking number (Example: D12345) for each case&lt;BR /&gt;and dates for Open &amp;amp; Close (Example: 2019-05-10)&lt;BR /&gt;I have a calendar too (day, month , year)&lt;/P&gt;&lt;P&gt;What will be the Measure that will give me the carry over of each month. We want to see if the number increases , stabilize or decrease.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found different solutions in that community, but none of them give me the right answer or works in my situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 12:47:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Carry-over-of-open-cases/m-p/794481#M4646</guid>
      <dc:creator>cberaud1969</dc:creator>
      <dc:date>2019-09-17T12:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Carry over of open cases</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Carry-over-of-open-cases/m-p/794493#M4647</link>
      <description>&lt;P&gt;Sample data would help.&amp;nbsp;Please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That being said, what you want to do is to get the current month and year that you are in. You can use MAX for this. Then you want to FILTER ALL of the table for cases that are still open that were created before the month and year that you are in. Then you COUNTROWS that table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See if my Time Intelligence the Hard Way provides a way of accomplishing what you are going for.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TITHW/m-p/434008&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 13:04:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Carry-over-of-open-cases/m-p/794493#M4647</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2019-09-17T13:04:37Z</dc:date>
    </item>
  </channel>
</rss>

