<?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: Calculate the sum of payment amount between to dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-sum-of-payment-amount-between-to-dates/m-p/3194464#M115928</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;SUMX (&lt;BR /&gt;FILTER (&lt;BR /&gt;CALCULATETABLE ( 'Account Payable History', ALL ( 'Date' ) ),&lt;BR /&gt;'Account Payable History'[Invoice Date] &amp;lt;= MAX ( 'Date'[Date] )&lt;BR /&gt;&amp;amp;&amp;amp; 'Account Payable History'[Check Date] &amp;gt;= MAX ( 'Date'[Date] )&lt;BR /&gt;),&lt;BR /&gt;'Account Payable History'[Payment Amount]&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2023 20:39:39 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-04-18T20:39:39Z</dc:date>
    <item>
      <title>Calculate the sum of payment amount between to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-sum-of-payment-amount-between-to-dates/m-p/3194319#M115919</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a open amount history report. The user wants to know the open amount at the specific date. For a selected date(selected from slicer), I want to find out the sum of the payment amount which the selected date are between invoice date and check date. Currently I linked the date from date table to invoice date in AP table, i don't think it is right. I am thinking if I should scaffold&amp;nbsp;the date with all AP record, that is huge calculation. Can anyone help me out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&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;&lt;img /&gt;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 18:50:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-sum-of-payment-amount-between-to-dates/m-p/3194319#M115919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-18T18:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum of payment amount between to dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-sum-of-payment-amount-between-to-dates/m-p/3194464#M115928</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;SUMX (&lt;BR /&gt;FILTER (&lt;BR /&gt;CALCULATETABLE ( 'Account Payable History', ALL ( 'Date' ) ),&lt;BR /&gt;'Account Payable History'[Invoice Date] &amp;lt;= MAX ( 'Date'[Date] )&lt;BR /&gt;&amp;amp;&amp;amp; 'Account Payable History'[Check Date] &amp;gt;= MAX ( 'Date'[Date] )&lt;BR /&gt;),&lt;BR /&gt;'Account Payable History'[Payment Amount]&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 20:39:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-sum-of-payment-amount-between-to-dates/m-p/3194464#M115928</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-18T20:39:39Z</dc:date>
    </item>
  </channel>
</rss>

