<?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 Running Total - Stop at a specific date in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Running-Total-Stop-at-a-specific-date/m-p/4865410#M12898</link>
    <description>&lt;P&gt;Hello. New to Power BI.&amp;nbsp; I did a quick measure to create the running total for the "actual" data and it's show all months.&amp;nbsp; How do I update the DAX below to stop at September but then update it to October and continue as real data is added?&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-03_Running Total.jpg" style="width: 763px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1307216i7949941181E5EDD1/image-dimensions/763x392?v=v2" width="763" height="392" role="button" title="Screenshot 2025-11-03_Running Total.jpg" alt="Screenshot 2025-11-03_Running Total.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sum of Sub System Amount running total &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; Fiscal Month =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Combined'&lt;/SPAN&gt;&lt;SPAN&gt;[Sub System Amount]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATETABLE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Period]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Fiscal Month]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ISONORAFTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Period]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Period]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Fiscal Month]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Fiscal Month]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 03 Nov 2025 20:37:21 GMT</pubDate>
    <dc:creator>Kim_NC</dc:creator>
    <dc:date>2025-11-03T20:37:21Z</dc:date>
    <item>
      <title>Running Total - Stop at a specific date</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Running-Total-Stop-at-a-specific-date/m-p/4865410#M12898</link>
      <description>&lt;P&gt;Hello. New to Power BI.&amp;nbsp; I did a quick measure to create the running total for the "actual" data and it's show all months.&amp;nbsp; How do I update the DAX below to stop at September but then update it to October and continue as real data is added?&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-03_Running Total.jpg" style="width: 763px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1307216i7949941181E5EDD1/image-dimensions/763x392?v=v2" width="763" height="392" role="button" title="Screenshot 2025-11-03_Running Total.jpg" alt="Screenshot 2025-11-03_Running Total.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sum of Sub System Amount running total &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; Fiscal Month =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Combined'&lt;/SPAN&gt;&lt;SPAN&gt;[Sub System Amount]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATETABLE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Period]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Fiscal Month]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ISONORAFTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Period]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Period]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Fiscal Month]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Fiscal Period Description'&lt;/SPAN&gt;&lt;SPAN&gt;[Fiscal Month]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Nov 2025 20:37:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Running-Total-Stop-at-a-specific-date/m-p/4865410#M12898</guid>
      <dc:creator>Kim_NC</dc:creator>
      <dc:date>2025-11-03T20:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total - Stop at a specific date</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Running-Total-Stop-at-a-specific-date/m-p/4865653#M12899</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1386418"&gt;@Kim_NC&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please note that your months are not sorted, so I'm not sure that the totals you want will be calculated correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But otherwise, you can try this. It assumes that you have a column that indicates whether the data is real or not ('Combined'[IsActual] = TRUE())&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum of Sub System Amount running total in Fiscal Month =
VAR MaxActualMonth =
    CALCULATE(
        MAX('Fiscal Period Description'[Fiscal Month]),
        FILTER('Combined', 'Combined'[IsActual] = TRUE())
    )
RETURN
CALCULATE(
    SUM('Combined'[Sub System Amount]),
    FILTER(
        CALCULATETABLE(
            SUMMARIZE(
                'Fiscal Period Description',
                'Fiscal Period Description'[Period],
                'Fiscal Period Description'[Fiscal Month]
            ),
            ALLSELECTED('Fiscal Period Description')
        ),
        'Fiscal Period Description'[Fiscal Month] &amp;lt;= MaxActualMonth &amp;amp;&amp;amp;
        ISONORAFTER(
            'Fiscal Period Description'[Period], MAX('Fiscal Period Description'[Period]), DESC,
            'Fiscal Period Description'[Fiscal Month], MAX('Fiscal Period Description'[Fiscal Month]), DESC
        )
    )
)&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;MaxActualMonth retrieves the last month for which actual data exists.&lt;/LI&gt;&lt;LI&gt;The Fiscal Month &amp;lt;= MaxActualMonth filter prevents the cumulative total from exceeding this month.&lt;/LI&gt;&lt;LI&gt;The rest of the code retains your cumulative total logic.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please feel free to give a kudo and mark this as the answer if it helped you.&lt;BR /&gt;&lt;BR /&gt;have a nice day,&lt;BR /&gt;&lt;BR /&gt;Vivien&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 06:42:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Running-Total-Stop-at-a-specific-date/m-p/4865653#M12899</guid>
      <dc:creator>vivien57</dc:creator>
      <dc:date>2025-11-04T06:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total - Stop at a specific date</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Running-Total-Stop-at-a-specific-date/m-p/4868441#M12901</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/50527"&gt;@vivien57&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for helping me with this issue.&amp;nbsp; The reason why the months are not in order is because it is ordered in Fiscal Year and not Calendar Year.&amp;nbsp; Your suggestion did stop the Actual line at September for 2026 but the 2025 line is no longer cumulative for each month.&amp;nbsp; How can I update the DAX so it runs cumulatively?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand what you mean by "&lt;SPAN&gt;column that indicates whether the data is real or not column that indicates whether the data is real or not ('Combined'[IsActual] = TRUE())"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Running total - stop at current date - 2.jpg" style="width: 703px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1307969iE283B68A44496FD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Running total - stop at current date - 2.jpg" alt="Running total - stop at current date - 2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 20:53:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Running-Total-Stop-at-a-specific-date/m-p/4868441#M12901</guid>
      <dc:creator>Kim_NC</dc:creator>
      <dc:date>2025-11-06T20:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total - Stop at a specific date</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Running-Total-Stop-at-a-specific-date/m-p/4868794#M12902</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1386418"&gt;@Kim_NC&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;The behaviour you are observing is due to the fact that the modified measure filters months based on the maximum month with actual data, but it does not do so by year. So when you want to display cumulative data for 2025, it is blocked by the condition that limits it to September 2026.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;Try this :&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Calculates the maximum month per year for actual data.&lt;/LI&gt;&lt;LI&gt;Applies the cumulative filter per year.&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;Sum of Sub System Amount running total in Fiscal Month =
VAR CurrentYear = MAX('Fiscal Period Description'[Fiscal Year])
VAR MaxActualMonth =
    CALCULATE(
        MAX('Fiscal Period Description'[Fiscal Month]),
        FILTER(
            'Combined',
            'Combined'[IsActual] = TRUE()
                &amp;amp;&amp;amp; 'Fiscal Period Description'[Fiscal Year] = CurrentYear
        )
    )
RETURN
CALCULATE(
    SUM('Combined'[Sub System Amount]),
    FILTER(
        CALCULATETABLE(
            SUMMARIZE(
                'Fiscal Period Description',
                'Fiscal Period Description'[Period],
                'Fiscal Period Description'[Fiscal Month],
                'Fiscal Period Description'[Fiscal Year]
            ),
            ALLSELECTED('Fiscal Period Description')
        ),
        'Fiscal Period Description'[Fiscal Year] = CurrentYear &amp;amp;&amp;amp;
        'Fiscal Period Description'[Fiscal Month] &amp;lt;= MaxActualMonth &amp;amp;&amp;amp;
        ISONORAFTER(
            'Fiscal Period Description'[Period], MAX('Fiscal Period Description'[Period]), DESC,
            'Fiscal Period Description'[Fiscal Month], MAX('Fiscal Period Description'[Fiscal Month]), DESC
        )
    )
)&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;If you do not have “IsActual”, we can replace the logic with a check for the presence of data (NOT(ISBLANK(“Combined”[Sub System Amount]))).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please feel free to give me a kudo and mark my answer as the solution if it helped you.&lt;BR /&gt;&lt;BR /&gt;have a nice day,&lt;BR /&gt;&lt;BR /&gt;Vivien&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 07:59:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Running-Total-Stop-at-a-specific-date/m-p/4868794#M12902</guid>
      <dc:creator>vivien57</dc:creator>
      <dc:date>2025-11-07T07:59:07Z</dc:date>
    </item>
  </channel>
</rss>

