<?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 Financial Reporting - Sumx without aggregating invoices in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Financial-Reporting-Sumx-without-aggregating-invoices/m-p/3198615#M157070</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a customer Posted Payment journal report. I need to show customer payments per invoice# and cust account&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having this issue where my sumx measure is aggregating the original amount owed therefore not showing every record at the linel level. I am pulling the data from a table but converting the amount columns into measures (orig amount owed, payment amount[s]) The below visual demonstrates two tables. The top visual shows just the columns from the table, the below visual shows the measures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notice how the 10,000 amount is aggregated in my measure.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CustPaym_OriginalAmt = &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[OriginalAmt]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&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;How can i adjust my measure to ensure it doesnt aggregate the two 10,000 values per invoice# ? The issues is b/c there can be multiple payments made to the original amount over time. We wont necessarily get all 10,000 in one payment.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 17:30:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-20T17:30:02Z</dc:date>
    <item>
      <title>Financial Reporting - Sumx without aggregating invoices</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Financial-Reporting-Sumx-without-aggregating-invoices/m-p/3198615#M157070</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a customer Posted Payment journal report. I need to show customer payments per invoice# and cust account&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having this issue where my sumx measure is aggregating the original amount owed therefore not showing every record at the linel level. I am pulling the data from a table but converting the amount columns into measures (orig amount owed, payment amount[s]) The below visual demonstrates two tables. The top visual shows just the columns from the table, the below visual shows the measures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notice how the 10,000 amount is aggregated in my measure.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CustPaym_OriginalAmt = &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[OriginalAmt]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&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;How can i adjust my measure to ensure it doesnt aggregate the two 10,000 values per invoice# ? The issues is b/c there can be multiple payments made to the original amount over time. We wont necessarily get all 10,000 in one payment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 17:30:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Financial-Reporting-Sumx-without-aggregating-invoices/m-p/3198615#M157070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-20T17:30:02Z</dc:date>
    </item>
  </channel>
</rss>

