<?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 Capital Balance reduction using Cumulative Sum of interest - movement(payment) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2973973#M99511</link>
    <description>&lt;P&gt;Hi Community,&lt;BR /&gt;I am trying to calculate capital balance reduction based on Interest Column and Movement Column.&lt;BR /&gt;If a payment is missed the interest needs to role to the next month.&lt;BR /&gt;When a payment is made it needs to take it off the Rolling interest. Any remaining positive movement will go against the Capital Balance.&lt;BR /&gt;I have been battling for some time with this, would really appreciate some help.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Rolling Interest Needed Column is what I am trying to get in order to calculate my Capital Balance&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Above it the Capital Balance I need.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 16 Dec 2022 22:50:58 GMT</pubDate>
    <dc:creator>Mat-42</dc:creator>
    <dc:date>2022-12-16T22:50:58Z</dc:date>
    <item>
      <title>Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2973973#M99511</link>
      <description>&lt;P&gt;Hi Community,&lt;BR /&gt;I am trying to calculate capital balance reduction based on Interest Column and Movement Column.&lt;BR /&gt;If a payment is missed the interest needs to role to the next month.&lt;BR /&gt;When a payment is made it needs to take it off the Rolling interest. Any remaining positive movement will go against the Capital Balance.&lt;BR /&gt;I have been battling for some time with this, would really appreciate some help.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Rolling Interest Needed Column is what I am trying to get in order to calculate my Capital Balance&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Above it the Capital Balance I need.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Dec 2022 22:50:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2973973#M99511</guid>
      <dc:creator>Mat-42</dc:creator>
      <dc:date>2022-12-16T22:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2975488#M99611</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question completely. &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 01:20:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2975488#M99611</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-12-19T01:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2975904#M99631</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="487915" data-lia-user-login="Mat-42" class="lia-mention lia-mention-user"&gt;Mat-42&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, you need to rolling based on the value on pervious date.&amp;nbsp;As far as I know, Dax is not a good choice to calulate for looping. Here I suggest you to try Power Query to achieve your goal.&lt;/P&gt;
&lt;P&gt;For referernce:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/answers/questions/261717/power-query-loop-calculation.html" target="_self"&gt;Power Query Loop Calculation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://exceed.hr/blog/list-generate-and-looping-in-powerquery/" target="_self"&gt;List.Generate() and Looping in PowerQuery&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 07:04:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2975904#M99631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-19T07:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2976894#M99687</link>
      <description>&lt;P&gt;The usual approach is via List.Accumulate and custom iterators.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 14:34:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2976894#M99687</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-12-19T14:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2977604#M99727</link>
      <description>&lt;P&gt;Hi Ibendlin&lt;BR /&gt;I can’t seem to load the data in the table ribbon given.&lt;BR /&gt;Here is a screen shot of what I am trying to achieve&lt;BR /&gt;&lt;BR /&gt;The first 5 columns are what I get from the source system.&lt;BR /&gt;Contract Number, Date, Interest, Movement Balance.&lt;BR /&gt;I need to get the last three columns Rolling Interest (which is the interest accumulated, that the movement payment was not able to clear).&lt;BR /&gt;Adjustment which is the amount used to adjust the Capital Balance (it is the positive remaining movement after Rolling interest has been deducted ).&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ACCRUING INTEREST LOGIC&lt;BR /&gt;If Payments received &amp;gt; Interest due in month THEN payment - interest and remainder comes off capital&lt;BR /&gt;If Payments received &amp;lt; Interest THEN Interest - payment, remaining interest accrues&lt;BR /&gt;Then if payments comes in &amp;lt; accrued interest + current month interest, then Accrued int + current month int - payment, remaining interest continues to accrue&lt;BR /&gt;Then if payments comes in &amp;gt; accrued interest + current month interest, then payment - Accrued int + current month int, remaining balance comes off capital&lt;BR /&gt;&lt;BR /&gt;Would really appreciate any help.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 22:37:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2977604#M99727</guid>
      <dc:creator>Mat-42</dc:creator>
      <dc:date>2022-12-19T22:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2977660#M99733</link>
      <description>&lt;P&gt;I am unable to help when the sample data is provided as a screenshot.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 00:26:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2977660#M99733</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-12-20T00:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2977668#M99735</link>
      <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ContractNo(source)&lt;/TD&gt;&lt;TD&gt;Date(Source)&lt;/TD&gt;&lt;TD&gt;Interest(Source)&lt;/TD&gt;&lt;TD&gt;Movement(Source)&lt;/TD&gt;&lt;TD&gt;Balance(Source)&lt;/TD&gt;&lt;TD&gt;Adjustment&lt;/TD&gt;&lt;TD&gt;Rolling Intrest&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Capital Balance (Goal to Get)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/01/2022&lt;/TD&gt;&lt;TD&gt;£1,825&lt;/TD&gt;&lt;TD&gt;£0&lt;/TD&gt;&lt;TD&gt;£200,000.00&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£1,825&lt;/TD&gt;&lt;TD&gt;£200,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/02/2022&lt;/TD&gt;&lt;TD&gt;£1,781.94&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£3,606.94&lt;/TD&gt;&lt;TD&gt;£200,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/03/2022&lt;/TD&gt;&lt;TD&gt;£1,738.50&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£5,345.44&lt;/TD&gt;&lt;TD&gt;£200,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/04/2022&lt;/TD&gt;&lt;TD&gt;£1,694.66&lt;/TD&gt;&lt;TD&gt;£100&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£6,940.10&lt;/TD&gt;&lt;TD&gt;£200,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/05/2022&lt;/TD&gt;&lt;TD&gt;£1,650.42&lt;/TD&gt;&lt;TD&gt;£100&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£8,490.52&lt;/TD&gt;&lt;TD&gt;£200,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/06/2022&lt;/TD&gt;&lt;TD&gt;£1,605.77&lt;/TD&gt;&lt;TD&gt;£100&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£9,996.29&lt;/TD&gt;&lt;TD&gt;£200,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/07/2022&lt;/TD&gt;&lt;TD&gt;£1,560.72&lt;/TD&gt;&lt;TD&gt;£6,443.03&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£5,113.98&lt;/TD&gt;&lt;TD&gt;£200,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/08/2022&lt;/TD&gt;&lt;TD&gt;£1,515.26&lt;/TD&gt;&lt;TD&gt;£6,443.03&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£186.21&lt;/TD&gt;&lt;TD&gt;£200,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/09/2022&lt;/TD&gt;&lt;TD&gt;£1,469.38&lt;/TD&gt;&lt;TD&gt;£6,443.03&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£4,787.44&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£195,212.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/10/2022&lt;/TD&gt;&lt;TD&gt;£1,423.08&lt;/TD&gt;&lt;TD&gt;£0&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£1,423.08&lt;/TD&gt;&lt;TD&gt;£195,212.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/11/2022&lt;/TD&gt;&lt;TD&gt;£1,376.36&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£2,799.44&lt;/TD&gt;&lt;TD&gt;£195,212.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;03/12/2022&lt;/TD&gt;&lt;TD&gt;£1,329.22&lt;/TD&gt;&lt;TD&gt;£3,271.52&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;£0.00&lt;/TD&gt;&lt;TD&gt;£857.14&lt;/TD&gt;&lt;TD&gt;£195,212.56&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Hi Ibendlin,&lt;/P&gt;&lt;P&gt;Please find the sample data.&lt;BR /&gt;Thank you&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 00:43:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2977668#M99735</guid>
      <dc:creator>Mat-42</dc:creator>
      <dc:date>2022-12-20T00:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2977672#M99737</link>
      <description>&lt;P&gt;Hi Ibendlin,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;BR /&gt;I have been able to post some sample data in your earlier reply, were you mention List.Accumulate.&lt;BR /&gt;I was unable to post in the other conversation thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 00:50:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2977672#M99737</guid>
      <dc:creator>Mat-42</dc:creator>
      <dc:date>2022-12-20T00:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2985251#M100155</link>
      <description>&lt;P&gt;Here is a sample implementation using List.Accumulate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("jdJLDoMwDATQq1SsIzP+Jln2HIjT9SY9WRGgNqmAdhHLs3jKYjxNw31IA3QEjwKRJTwfnIr4umGdAiQAhC2uy5w+VFqaC1O1Jdz2dwC0A1rIcQ2sBVGNIrYAnCPvkINMfqPoEJxy/o1yizxAeQuRzJSg57J0kp0k/pS1lRaVtBxLWyrJZNZqRqdlAeVd+PGH3B2I5iCNy9K4OwuVSnvQJJnJ5UvOLw==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"ContractNo" = _t, #"Date" = _t, #"Interest" = _t, #"Movement" = _t, #"Balance" = _t, Adjustment = _t]),
    #"Changed Type" = Table.TransformColumnTypes(Source,{ {"Date", type date}}),
    #"Changed Type with Locale" = Table.TransformColumnTypes(#"Changed Type", {{"Interest", Currency.Type},{"Movement", Currency.Type},{"Balance", Currency.Type},{"Adjustment", Currency.Type}}, "en-GB"),
    #"Added Index" = Table.AddIndexColumn(#"Changed Type with Locale", "Index", 0, 1, Int64.Type),
    #"Added Custom" = Table.AddColumn(#"Added Index", "Rolling Interest", each List.Accumulate({0..[Index]},0,(state,current)=&amp;gt; state + #"Added Index"[Interest]{current} - (#"Added Index"[Movement]{current}??0) + #"Added Index"[Adjustment]{current})),
    #"Changed Type1" = Table.TransformColumnTypes(#"Added Custom",{{"Rolling Interest", Currency.Type}})
in
    #"Changed Type1"&lt;/LI-CODE&gt;
&lt;P&gt;How to use this code: Create a new Blank Query. Click on "Advanced Editor". Replace the code in the window with the code provided here. Click "Done".&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 22:11:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2985251#M100155</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-12-22T22:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Capital Balance reduction using Cumulative Sum of interest - movement(payment)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2993187#M100762</link>
      <description>&lt;P&gt;Thank you ,&amp;nbsp;&lt;BR /&gt;This was a great help.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 11:17:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Capital-Balance-reduction-using-Cumulative-Sum-of-interest/m-p/2993187#M100762</guid>
      <dc:creator>Mat-42</dc:creator>
      <dc:date>2022-12-29T11:17:07Z</dc:date>
    </item>
  </channel>
</rss>

