<?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: Account statement with running total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3261797#M120664</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355034" data-lia-user-login="laphroaig76" class="lia-mention lia-mention-user"&gt;laphroaig76&lt;/a&gt;&amp;nbsp;if you already have Date table (with features in Power BI marked as Date table) then in you view use date column from that Date table, together with you measure. I hope this help.&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 12:05:52 GMT</pubDate>
    <dc:creator>some_bih</dc:creator>
    <dc:date>2023-05-31T12:05:52Z</dc:date>
    <item>
      <title>Account statement with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3206912#M116824</link>
      <description>&lt;P&gt;Hello community&lt;BR /&gt;I have connected our accounting system and now I want to map a bank statement in PowerBI.&lt;BR /&gt;I have the following columns: Date, posting text, amount, running total.&lt;BR /&gt;Now my current formula takes into account the posting text for the calculation of the running total. How can I filter this out so that it only creates the running total by date (date table) and amount?&lt;BR /&gt;The current formula is the following:&lt;BR /&gt;Amount YTD Test = CALCULATE (sum(buchung[betragbas]), DATESYTD ( 'Date'[Date] , "09/30"))&lt;/P&gt;&lt;P&gt;And this is the result:&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;betragbas *-1 = Betrag CHF, posting text = Buchungstext.&lt;/P&gt;&lt;P&gt;The date is a dax table connected with the effective booking date in the system.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 09:45:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3206912#M116824</guid>
      <dc:creator>laphroaig76</dc:creator>
      <dc:date>2023-04-26T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Account statement with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3261797#M120664</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355034" data-lia-user-login="laphroaig76" class="lia-mention lia-mention-user"&gt;laphroaig76&lt;/a&gt;&amp;nbsp;if you already have Date table (with features in Power BI marked as Date table) then in you view use date column from that Date table, together with you measure. I hope this help.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 12:05:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3261797#M120664</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-05-31T12:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Account statement with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3316543#M124100</link>
      <description>&lt;P&gt;There is a proper Date table with all features in Power BI. Its name is &lt;SPAN&gt;Date'[Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it with another formula and it works:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Saldo CHF = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;[Amount]&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;buchung&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;buchung&lt;/SPAN&gt;&lt;SPAN&gt;[Index]&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;buchung&lt;/SPAN&gt;&lt;SPAN&gt;[Index]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I entered an index row and ordered it according this. But this solution is very slow. Any ideas?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jul 2023 14:25:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3316543#M124100</guid>
      <dc:creator>laphroaig76</dc:creator>
      <dc:date>2023-07-05T14:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Account statement with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3316766#M124108</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="355034" data-lia-user-login="laphroaig76" class="lia-mention lia-mention-user"&gt;laphroaig76&lt;/a&gt;&amp;nbsp;if you simply need running total (rt), and your solution is slow, one alternative is to calulate rt in power query. Check link. Hope this help&lt;/P&gt;&lt;P&gt;&lt;A href="https://gorilla.bi/power-query/running-total/" target="_self"&gt;https://gorilla.bi/power-query/running-total/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:44:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3316766#M124108</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-07-05T16:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Account statement with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3355573#M126087</link>
      <description>&lt;P&gt;It does not help. I have not only shirts in my table. I have dozens of accounts and account transactions in this journal and for whatever reason, when I include the posting text, if the texts are the same, it adds this together and if there are new texts, it starts adding back at zero.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 14:29:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3355573#M126087</guid>
      <dc:creator>laphroaig76</dc:creator>
      <dc:date>2023-07-28T14:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Account statement with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3355583#M126088</link>
      <description>&lt;P&gt;Without Text it works properly&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But with Text not, why?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 14:09:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Account-statement-with-running-total/m-p/3355583#M126088</guid>
      <dc:creator>laphroaig76</dc:creator>
      <dc:date>2023-08-02T14:09:12Z</dc:date>
    </item>
  </channel>
</rss>

