<?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 SUMPRODUCT in Power BI in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMPRODUCT-in-Power-BI/m-p/3239563#M119148</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have data table of three columns and need fourth column with results&amp;nbsp;as it is shown in picture (column D). Tried lookupvalue, sumx but I don't have enough skills to do what I need. Any help please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 10:53:16 GMT</pubDate>
    <dc:creator>Edmundas</dc:creator>
    <dc:date>2023-05-18T10:53:16Z</dc:date>
    <item>
      <title>SUMPRODUCT in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMPRODUCT-in-Power-BI/m-p/3239563#M119148</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have data table of three columns and need fourth column with results&amp;nbsp;as it is shown in picture (column D). Tried lookupvalue, sumx but I don't have enough skills to do what I need. Any help please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 10:53:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMPRODUCT-in-Power-BI/m-p/3239563#M119148</guid>
      <dc:creator>Edmundas</dc:creator>
      <dc:date>2023-05-18T10:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: SUMPRODUCT in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMPRODUCT-in-Power-BI/m-p/3243475#M119399</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="395014" data-lia-user-login="Edmundas" class="lia-mention lia-mention-user"&gt;Edmundas&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Please try this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Result = 
SUMX(
    FILTER(
        ALL('Table'),
        'Table'[Date] =EARLIER ('Table'[Date])
            &amp;amp;&amp;amp; 'Table'[Region] = EARLIER('Table'[Region])
    ),
    'Table'[Ratio]
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;BR /&gt;Gao&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Community Support Team&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;If there is any post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3" color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3"&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Thanks a lot!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;How to get your questions answered quickly&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;--&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 03:04:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMPRODUCT-in-Power-BI/m-p/3243475#M119399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-19T03:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: SUMPRODUCT in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMPRODUCT-in-Power-BI/m-p/3243714#M119418</link>
      <description>&lt;P&gt;Awesome, it worked perfect. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 06:31:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SUMPRODUCT-in-Power-BI/m-p/3243714#M119418</guid>
      <dc:creator>Edmundas</dc:creator>
      <dc:date>2023-05-19T06:31:53Z</dc:date>
    </item>
  </channel>
</rss>

