<?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: How to make a sum aggregate by group ?  Equivalent of sumifs on Power BI ? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-a-sum-aggregate-by-group-Equivalent-of-sumifs-on/m-p/3245304#M119518</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="563550" data-lia-user-login="rico_o_o" class="lia-mention lia-mention-user"&gt;rico_o_o&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are you expecting a calculated column like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;column = 
SUMX(
    FILTER(
        sales,
        sales[Invoice_number]=EARLIER(sales[Invoice_number])
    ),
    sales[Amount(in euro)]
)&lt;/LI-CODE&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;</description>
    <pubDate>Sat, 20 May 2023 10:25:05 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-05-20T10:25:05Z</dc:date>
    <item>
      <title>How to make a sum aggregate by group ?  Equivalent of sumifs on Power BI ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-a-sum-aggregate-by-group-Equivalent-of-sumifs-on/m-p/3245288#M119517</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My table is called "&lt;STRONG&gt;Sales&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each invoice is divided into different invoice lines. I would like to add a column with a formula that would enable me to aggregate the amounts of the invoice lines according to the invoice number to which they are attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;Example&lt;/EM&gt;&lt;/U&gt;: this new column would display for the first two lines the amount 5 because 2+3+6 = 11 = total amount of invoice A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me please ? Thank you so much!&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;</description>
      <pubDate>Sat, 20 May 2023 14:24:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-a-sum-aggregate-by-group-Equivalent-of-sumifs-on/m-p/3245288#M119517</guid>
      <dc:creator>rico_o_o</dc:creator>
      <dc:date>2023-05-20T14:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a sum aggregate by group ?  Equivalent of sumifs on Power BI ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-a-sum-aggregate-by-group-Equivalent-of-sumifs-on/m-p/3245304#M119518</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="563550" data-lia-user-login="rico_o_o" class="lia-mention lia-mention-user"&gt;rico_o_o&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are you expecting a calculated column like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;column = 
SUMX(
    FILTER(
        sales,
        sales[Invoice_number]=EARLIER(sales[Invoice_number])
    ),
    sales[Amount(in euro)]
)&lt;/LI-CODE&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;</description>
      <pubDate>Sat, 20 May 2023 10:25:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-make-a-sum-aggregate-by-group-Equivalent-of-sumifs-on/m-p/3245304#M119518</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-05-20T10:25:05Z</dc:date>
    </item>
  </channel>
</rss>

