<?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 sales previous year in Stock running in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4870408#M185679</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="420267" data-lia-user-login="Talal141218" class="lia-mention lia-mention-user"&gt;Talal141218&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community, and special thanks to&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1261729" data-lia-user-login="Praful_Potphode" class="lia-mention lia-mention-user"&gt;Praful_Potphode&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp; for prompt and helpful responses.&lt;/P&gt;
&lt;P&gt;Just following up to see if the Response provided by community members were helpful in addressing the issue. if the issue still persists Feel free to reach out if you need any further clarification or assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Prasanna Kumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Nov 2025 03:42:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-11-10T03:42:15Z</dc:date>
    <item>
      <title>Cumulative sales previous year in Stock running</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4864964#M185536</link>
      <description>&lt;P&gt;Hi Pofis,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still struggling to calculate the running stock - I've almost achived ir , but i am still having&amp;nbsp; trouble&amp;nbsp;calculating the cumulative sales for the&amp;nbsp; pervious year, please find my formula&amp;nbsp; and a screen shot to clarify the issue :&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;Purchases up to date&lt;/STRONG&gt; =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Fact_PurchOrderLine&lt;/SPAN&gt;&lt;SPAN&gt;[CM_PurchOrderline_Qty_piec]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Fact_PurchOrderLine&lt;/SPAN&gt;&lt;SPAN&gt;[PurchOrderlineDateEstimatedArrival]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Dim_DateDue&lt;/SPAN&gt;&lt;SPAN&gt;[DateDue_NK]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;Fact_PurchOrderLine&lt;/SPAN&gt;&lt;SPAN&gt;[PurchOrderlineDateEstimatedArrival]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;()).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;Sales up to date&lt;/STRONG&gt; =&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[CM_SalesOrderLine_CountOpen]&lt;/SPAN&gt;&lt;SPAN&gt;, &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Fact_SalesOrderLine&lt;/SPAN&gt;&lt;SPAN&gt;[ShippingDateRequested_NK]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Dim_DateDue&lt;/SPAN&gt;&lt;SPAN&gt;[DateDue_NK]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;Fact_SalesOrderLine&lt;/SPAN&gt;&lt;SPAN&gt;[ShippingDateRequested_NK]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;U&gt;Absatz VJ&lt;/U&gt;&lt;/STRONG&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;LastYear&lt;/SPAN&gt;&lt;SPAN&gt; = &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;TREATAS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SAMEPERIODLASTYEAR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Dim_DateDue&lt;/SPAN&gt;&lt;SPAN&gt;[DateDue_NK]&lt;/SPAN&gt;&lt;SPAN&gt;)), &lt;/SPAN&gt;&lt;SPAN&gt;Dim_SalesOrderPackageDate&lt;/SPAN&gt;&lt;SPAN&gt;[Date_NK]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;SalesLY&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Fact_SalesOrderPackage&lt;/SPAN&gt;&lt;SPAN&gt;[CM_Fact_SalesOrderPackage_ItemQuantity]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;LastYear&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt; &lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SalesLY&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SalesLY&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Dim_DateDue&lt;/SPAN&gt;&lt;SPAN&gt;[DateDue_NK]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;Dim_DateDue&lt;/SPAN&gt;&lt;SPAN&gt;[DateDue_NK]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Dim_DateDue&lt;/SPAN&gt;&lt;SPAN&gt;[DateDue_NK]&lt;/SPAN&gt;&lt;SPAN&gt;))))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;Running Stock&lt;/STRONG&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;Stock&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;[Lager Bestand exlu.Rev.]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;Incoming&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;Fact_PurchOrderLine&lt;/SPAN&gt;&lt;SPAN&gt;[Purchases up to date]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;sales&lt;/SPAN&gt;&lt;SPAN&gt; = &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Fact_PurchOrderLine&lt;/SPAN&gt;&lt;SPAN&gt;[Sales up to date]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;Absatzplan&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;[Absatz VJ]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Stock&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;Incoming&lt;/SPAN&gt;&lt;SPAN&gt; - &lt;/SPAN&gt;&lt;SPAN&gt;sales&lt;/SPAN&gt;&lt;SPAN&gt; - &lt;/SPAN&gt;&lt;SPAN&gt;Absatzplan&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 11:37:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4864964#M185536</guid>
      <dc:creator>Talal141218</dc:creator>
      <dc:date>2025-11-03T11:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sales previous year in Stock running</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4865302#M185548</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="420267" data-lia-user-login="Talal141218" class="lia-mention lia-mention-user"&gt;Talal141218&lt;/a&gt;&amp;nbsp;I did a video on something similar a long time ago, hope it gives you some clue&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=Kh5KkmnkHuU" target="_blank" rel="noopener"&gt;On what date product will run out of stock - a use case of CROSSJOIN in Power BI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 16:43:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4865302#M185548</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2025-11-03T16:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sales previous year in Stock running</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4865770#M185560</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp; Thanks for your reply, but unfortunatly the video did't help me in this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 08:27:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4865770#M185560</guid>
      <dc:creator>Talal141218</dc:creator>
      <dc:date>2025-11-04T08:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sales previous year in Stock running</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4866949#M185588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="420267" data-lia-user-login="Talal141218" class="lia-mention lia-mention-user"&gt;Talal141218&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;based on the snapshot , i could not undertand the desired output .can you clarify that to me?&lt;/P&gt;&lt;P&gt;Also on the intial analysis , it looks like there is an issue in&amp;nbsp;&lt;STRONG&gt;&lt;U&gt;Absatz VJ &lt;/U&gt;&lt;/STRONG&gt;Measure.can your break the measure into two parts i.e. one base measure and one time intelligence measure.try creating below 3 measures and let me know.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Base Sales Count = SUM(Fact_SalesOrderPackage[CM_Fact_SalesOrderPackage_ItemQuantity])&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Absatz VJ (Cumulative LY) =
VAR MaxDate = MAX(Dim_DateDue[DateDue_NK])
VAR DatesLY =
    // 1. Get the range of dates from the start of the year
    //    UP TO the date one year PRIOR to the current MaxDate.
    DATESBETWEEN(
        Dim_DateDue[DateDue_NK],
        STARTOFYEAR(SAMEPERIODLASTYEAR(Dim_DateDue[DateDue_NK])),
        SAMEPERIODLASTYEAR(MaxDate)
    )
RETURN
    // 2. Calculate the total sales within that specific date range (DatesLY)
    CALCULATE(
        [Base Sales Count], // Use your simple sales count measure here
        DatesLY,
        REMOVEFILTERS(Dim_DateDue) // Clear all existing date filters to apply the custom range
    )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Running Stock =
VAR Stock = [Lager Bestand exlu.Rev.]
VAR Incoming = [Purchases up to date] // Needs to be a measure, not a column reference
VAR Sales = [Sales up to date]        // Needs to be a measure, not a column reference
VAR CumulativeSalesLY = [Absatz VJ (Cumulative LY)] // The FIXED cumulative measure

RETURN
    Stock + Incoming - Sales - CumulativeSalesLY&lt;/LI-CODE&gt;&lt;P&gt;try these measures and if it doesn't work please explain the desired outcome and how its supposed to filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give kudos or mark it as solution once confirmed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praful&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 11:56:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4866949#M185588</guid>
      <dc:creator>Praful_Potphode</dc:creator>
      <dc:date>2025-11-05T11:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sales previous year in Stock running</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4867936#M185606</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp; I realy appreciate your response, but unfortunately your measure didn't work " I can't use Maxdate as a date in Function sameperiodlastyear. I want to ask you now&amp;nbsp; another soultion. Forthermore: I want for make the ending stock&amp;nbsp; of week , quarter, month as&amp;nbsp; openning stock for next week, quarter etc.. and dedect it from the sales or purchase in the same period, week, quarter .. As you see in the screeen shot below :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Can you help in this issue ? Thanks in Advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 10:49:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4867936#M185606</guid>
      <dc:creator>Talal141218</dc:creator>
      <dc:date>2025-11-06T10:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sales previous year in Stock running</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4869410#M185644</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="420267" data-lia-user-login="Talal141218" class="lia-mention lia-mention-user"&gt;Talal141218&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Explore Visual calcualtions they can help you to get values from the same visual without any complex logic.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-visual-calculations-overview" target="_self"&gt;https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-visual-calculations-overview&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give kudos or mark it as solution once confirmed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Praful&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 18:19:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4869410#M185644</guid>
      <dc:creator>Praful_Potphode</dc:creator>
      <dc:date>2025-11-07T18:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sales previous year in Stock running</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4870408#M185679</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="420267" data-lia-user-login="Talal141218" class="lia-mention lia-mention-user"&gt;Talal141218&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community, and special thanks to&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1261729" data-lia-user-login="Praful_Potphode" class="lia-mention lia-mention-user"&gt;Praful_Potphode&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp; for prompt and helpful responses.&lt;/P&gt;
&lt;P&gt;Just following up to see if the Response provided by community members were helpful in addressing the issue. if the issue still persists Feel free to reach out if you need any further clarification or assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Prasanna Kumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 03:42:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4870408#M185679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-11-10T03:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sales previous year in Stock running</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4875173#M185808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="420267" data-lia-user-login="Talal141218" class="lia-mention lia-mention-user"&gt;Talal141218&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just following up to see if the Response provided by community members were helpful in addressing the issue. if the issue still persists Feel free to reach out if you need any further clarification or assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Prasanna Kumar&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 04:43:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-sales-previous-year-in-Stock-running/m-p/4875173#M185808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-11-14T04:43:38Z</dc:date>
    </item>
  </channel>
</rss>

