<?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: Recreate SumIF in PowerBI in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-SumIF-in-PowerBI/m-p/2568368#M73249</link>
    <description>&lt;P&gt;CALCULATE(SUM(), FILTER(table, condition))&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 07:51:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-09T07:51:40Z</dc:date>
    <item>
      <title>Recreate SumIF in PowerBI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-SumIF-in-PowerBI/m-p/2568338#M73246</link>
      <description>&lt;P&gt;I am stuck at this SUMIF function and can't get a clue to convert in dax. Can anyone explain me in words the meaning of this Statement and how to replicate in PowerBI?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;=(SUMIFS(O:O,K:K,"&amp;gt;="&amp;amp;W2,K:K,"&amp;lt;="&amp;amp;EOMONTH(W2,0)))/(SUMIFS(L:L,K:K,"&amp;gt;="&amp;amp;W2,K:K,"&amp;lt;="&amp;amp;EOMONTH(W2,0)))&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 07:40:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-SumIF-in-PowerBI/m-p/2568338#M73246</guid>
      <dc:creator>Abhijsrwala1</dc:creator>
      <dc:date>2022-06-09T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate SumIF in PowerBI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-SumIF-in-PowerBI/m-p/2568368#M73249</link>
      <description>&lt;P&gt;CALCULATE(SUM(), FILTER(table, condition))&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 07:51:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-SumIF-in-PowerBI/m-p/2568368#M73249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-09T07:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate SumIF in PowerBI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-SumIF-in-PowerBI/m-p/2579346#M73966</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="385832" data-lia-user-login="Abhijsrwala1" class="lia-mention lia-mention-user"&gt;Abhijsrwala1&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;It seems like a calculator to divide between two conditions sum calculations. You can try to use sumx function to aggregate records with conditions.&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;formula =
DIVIDE (
    SUMX ( FILTER ( Table1, condtion ), [Column] ),
    SUMX ( FILTER ( Table2, condtion2 ), [Column2] )
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If the above formula is not hlep, can you please share some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 06:55:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-SumIF-in-PowerBI/m-p/2579346#M73966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-15T06:55:37Z</dc:date>
    </item>
  </channel>
</rss>

