<?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 PowerBi DAX equivalent for SUMIFS in Excel for this case in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBi-DAX-equivalent-for-SUMIFS-in-Excel-for-this-case/m-p/3085882#M107855</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to make a measure or a new column in Power BI that can achieve the same result as the example below, to obtain the "RESULT" column. The expression in excel is =Sumifs(COL B;COL A;"&amp;lt;="&amp;amp;[@[A3]]).&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Feb 2023 03:26:11 GMT</pubDate>
    <dc:creator>joaohenrique300</dc:creator>
    <dc:date>2023-02-18T03:26:11Z</dc:date>
    <item>
      <title>PowerBi DAX equivalent for SUMIFS in Excel for this case</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBi-DAX-equivalent-for-SUMIFS-in-Excel-for-this-case/m-p/3085882#M107855</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to make a measure or a new column in Power BI that can achieve the same result as the example below, to obtain the "RESULT" column. The expression in excel is =Sumifs(COL B;COL A;"&amp;lt;="&amp;amp;[@[A3]]).&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 03:26:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBi-DAX-equivalent-for-SUMIFS-in-Excel-for-this-case/m-p/3085882#M107855</guid>
      <dc:creator>joaohenrique300</dc:creator>
      <dc:date>2023-02-18T03:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBi DAX equivalent for SUMIFS in Excel for this case</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBi-DAX-equivalent-for-SUMIFS-in-Excel-for-this-case/m-p/3085898#M107861</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="516940" data-lia-user-login="joaohenrique300" class="lia-mention lia-mention-user"&gt;joaohenrique300&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to add a calculated column like:&lt;/P&gt;&lt;DIV&gt;Column =&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;SUMX(&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;FILTER(&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TableName,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TableName[Col A]=&amp;lt;EARLIER(&lt;SPAN&gt;TableName[Col A]&lt;/SPAN&gt;)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;),&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;TableName[Col B]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;</description>
      <pubDate>Sat, 18 Feb 2023 04:01:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBi-DAX-equivalent-for-SUMIFS-in-Excel-for-this-case/m-p/3085898#M107861</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-18T04:01:27Z</dc:date>
    </item>
  </channel>
</rss>

