<?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: Rollover Calcuation in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Rollover-Calcuation/m-p/816844#M21076</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I believe this is what you were looking for, yes? I had to add a couple of columns, one I called Excess, and one I called Real Date, as using the months did not work per se. As text the min is April and the max is May.&lt;/P&gt;&lt;P&gt;Here is my PBIX&amp;nbsp;&lt;A href="https://1drv.ms/u/s!AgCd7AyfqZtEyA51UKRoLnBdn4kK?e=tAZtCC" target="_blank" rel="noopener"&gt;Rollover&lt;/A&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 05:33:33 GMT</pubDate>
    <dc:creator>Nathaniel_C</dc:creator>
    <dc:date>2019-10-14T05:33:33Z</dc:date>
    <item>
      <title>Rollover Calcuation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rollover-Calcuation/m-p/816146#M21072</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a matrix with rows in it like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MONTHS&amp;nbsp; &amp;nbsp; JAN&amp;nbsp; FEB&amp;nbsp; MAR&amp;nbsp; APR&amp;nbsp; &amp;nbsp;MAY&amp;nbsp;&lt;/P&gt;&lt;P&gt;EXPECTED&amp;nbsp; &amp;nbsp; &amp;nbsp;10&amp;nbsp; &amp;nbsp; &amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9&lt;/P&gt;&lt;P&gt;CAPACITY&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp; 8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need another row that calculates a rolling value of Expected minus Capacity, so it would look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MONTHS&amp;nbsp; &amp;nbsp; JAN&amp;nbsp; FEB&amp;nbsp; MAR&amp;nbsp; APR&amp;nbsp; &amp;nbsp;MAY&amp;nbsp;&lt;/P&gt;&lt;P&gt;EXPECTED&amp;nbsp; &amp;nbsp; &amp;nbsp;10&amp;nbsp; &amp;nbsp; &amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9&lt;/P&gt;&lt;P&gt;CAPACITY&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8&lt;/P&gt;&lt;P&gt;ROLLOVER&amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea how to do this.&amp;nbsp; Will someone please help me?&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:33:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rollover-Calcuation/m-p/816146#M21072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T19:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rollover Calcuation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rollover-Calcuation/m-p/816844#M21076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I believe this is what you were looking for, yes? I had to add a couple of columns, one I called Excess, and one I called Real Date, as using the months did not work per se. As text the min is April and the max is May.&lt;/P&gt;&lt;P&gt;Here is my PBIX&amp;nbsp;&lt;A href="https://1drv.ms/u/s!AgCd7AyfqZtEyA51UKRoLnBdn4kK?e=tAZtCC" target="_blank" rel="noopener"&gt;Rollover&lt;/A&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 05:33:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rollover-Calcuation/m-p/816844#M21076</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2019-10-14T05:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rollover Calcuation</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rollover-Calcuation/m-p/817312#M21082</link>
      <description>&lt;P&gt;Yes, this worked for me.&amp;nbsp; I just had to put it into a matrix and switch the rows and columns.&amp;nbsp; Thanks so much.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:40:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rollover-Calcuation/m-p/817312#M21082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T13:40:27Z</dc:date>
    </item>
  </channel>
</rss>

