<?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: Help with Cumulative Total from Clients Balance Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Cumulative-Total-from-Clients-Balance-Table/m-p/2782010#M87059</link>
    <description>&lt;P&gt;Worked! Thanks a lot&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 22:08:22 GMT</pubDate>
    <dc:creator>AlbertoPinon</dc:creator>
    <dc:date>2022-09-20T22:08:22Z</dc:date>
    <item>
      <title>Help with Cumulative Total from Clients Balance Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Cumulative-Total-from-Clients-Balance-Table/m-p/2778849#M86892</link>
      <description>&lt;P&gt;This is a clients balance table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the Column that says &lt;FONT color="#FF6600"&gt;&lt;EM&gt;[Cumulative Saldo Final]&lt;/EM&gt;&lt;/FONT&gt; to output in the table:&lt;BR /&gt;$175,948.8&lt;BR /&gt;$189,462.8&lt;BR /&gt;$203,517.36&lt;BR /&gt;$27,568.56&lt;BR /&gt;$66,418.72&lt;BR /&gt;and so on&lt;BR /&gt;&lt;BR /&gt;So basically the column &lt;FONT color="#0000FF"&gt;[Cargo]&lt;/FONT&gt; should add to the cumulative column, and the &lt;FONT color="#0000FF"&gt;[Abono]&lt;/FONT&gt; column should subtract from the cumulative column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much, I've been struggling with this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 22:52:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Cumulative-Total-from-Clients-Balance-Table/m-p/2778849#M86892</guid>
      <dc:creator>AlbertoPinon</dc:creator>
      <dc:date>2022-09-19T22:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Cumulative Total from Clients Balance Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Cumulative-Total-from-Clients-Balance-Table/m-p/2778888#M86898</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="374431" data-lia-user-login="AlbertoPinon" class="lia-mention lia-mention-user"&gt;AlbertoPinon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this measure:&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;Cumulative Saldo Final = 
CALCULATE (
    SUM ( 'Table'[Cargo] ) - SUM ( 'Table'[Abono] ),
    REMOVEFILTERS ( 'Table'[Fecha] ),
    'Table'[Fecha] &amp;lt;= MAX ( 'Table'[Fecha] )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider &lt;STRONG&gt;accepting&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.credly.com/users/vahid-doustimajd/badges" target="_blank"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank" rel="noopener noreferrer"&gt;LinkedIn&lt;/A&gt; | &lt;A href="https://twitter.com/VahidDMcom" target="_blank" rel="noopener noreferrer"&gt;Twitter&lt;/A&gt; | &lt;A href="https://www.vahiddm.com/" target="_blank" rel="noopener noreferrer"&gt;Blog&amp;nbsp;&lt;/A&gt;| &lt;A href="https://www.youtube.com/channel/UCF-uQfGF8de-EWnR9b2UQhQ" target="_blank" rel="noopener noreferrer"&gt;YouTube&lt;/A&gt;&lt;A href="https://www.youtube.com/channel/UCF-uQfGF8de-EWnR9b2UQhQ" target="_blank" rel="noopener noreferrer"&gt;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 23:23:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Cumulative-Total-from-Clients-Balance-Table/m-p/2778888#M86898</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2022-09-19T23:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Cumulative Total from Clients Balance Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Cumulative-Total-from-Clients-Balance-Table/m-p/2782010#M87059</link>
      <description>&lt;P&gt;Worked! Thanks a lot&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 22:08:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Cumulative-Total-from-Clients-Balance-Table/m-p/2782010#M87059</guid>
      <dc:creator>AlbertoPinon</dc:creator>
      <dc:date>2022-09-20T22:08:22Z</dc:date>
    </item>
  </channel>
</rss>

