<?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: SUMX Function in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/367406#M166316</link>
    <description>&lt;P&gt;Sounds like the issue is trying to get dax to do everything in a single statement and over complicating the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firstly, are you able to join your two tables via the Asset column?&amp;nbsp; If not, are you able to create a Unique Asset list (can be done within Power Query) that you can link both tables to instead? &amp;nbsp;Once you get your data structure right, we can create a set of dax statements to break your formula into chunks and have Power BI run them appropriately.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2018 23:51:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-28T23:51:40Z</dc:date>
    <item>
      <title>SUMX Function</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/366717#M165953</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Sumx Function&amp;nbsp; to calculate selective data in Power BI report using SUMX as a query in&amp;nbsp; adding custom column. But It is showing error "&lt;SPAN&gt;Expression.Error: The name 'SUMX' wasn't recognized.&amp;nbsp; Make sure it's spelled correctly". What is needed to be done in such case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ashwani&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 06:21:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/366717#M165953</guid>
      <dc:creator>ashwani_pal</dc:creator>
      <dc:date>2018-02-28T06:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX Function</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/366727#M165958</link>
      <description>&lt;P&gt;Can you provide some more information, such as the a brief description of the dataset and the formula you are trying to write?&amp;nbsp; I'm expecting you are using SUMX in the wrong context.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 06:31:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/366727#M165958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T06:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX Function</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/366879#M166031</link>
      <description>&lt;P&gt;Thanks for quick reply,&lt;/P&gt;&lt;P&gt;I need to filter columns from 2 different tables by compairing there values and whichever rows are remaining after filtering, i need to aplly mathematical operation (summation.) Query i am using is :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sumx(filter("ERTTReports_RuntimeLifetime_SHIFT", "ERTTReports_RuntimeLifetime_SHIFT.Asset" = [Asset], AND&lt;BR /&gt;( "ERTTReports_RuntimeLifetime_SHIFT.StartTime" &amp;gt;=[Time],"ERTTReports_RuntimeLifetime_SHIFT.StartTime" &amp;lt;=[Next Time]),&lt;BR /&gt;("ERTTReports_RuntimeLifetime_SHIFT.EndTime"&amp;gt;=[Time]and "ERTTReports_RuntimeLifetime_SHIFT.EndTime"&amp;lt;=[Next Time])),&lt;BR /&gt;"ERTTReports_RuntimeLifetime_SHIFT.Duration")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 08:54:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/366879#M166031</guid>
      <dc:creator>ashwani_pal</dc:creator>
      <dc:date>2018-02-28T08:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX Function</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/367406#M166316</link>
      <description>&lt;P&gt;Sounds like the issue is trying to get dax to do everything in a single statement and over complicating the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firstly, are you able to join your two tables via the Asset column?&amp;nbsp; If not, are you able to create a Unique Asset list (can be done within Power Query) that you can link both tables to instead? &amp;nbsp;Once you get your data structure right, we can create a set of dax statements to break your formula into chunks and have Power BI run them appropriately.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 23:51:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/367406#M166316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T23:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX Function</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/367472#M166358</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Share some data and show the expected result.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 03:29:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/367472#M166358</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2018-03-01T03:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX Function</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/367511#M166389</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="55114" data-lia-user-login="ashwani_pal" class="lia-mention lia-mention-user"&gt;ashwani_pal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems you were using a DAX function in the Query Editor that only accepts Power Query formula language (M language) and R. Please try it out in the Data pane.&lt;/P&gt;&lt;P&gt;&lt;A href="https://ibb.co/dzV5oH" target="_blank"&gt;&lt;IMG src="https://image.ibb.co/dOey8H/SUMX_Function.png" border="0" alt="SUMX_Function" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Dale&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 06:06:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/367511#M166389</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-03-01T06:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX Function</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/374608#M170138</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="55114" data-lia-user-login="ashwani_pal" class="lia-mention lia-mention-user"&gt;ashwani_pal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please mark the proper answer as solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;BR /&gt;Dale&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 00:54:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/374608#M170138</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-03-13T00:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: SUMX Function</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/375006#M170333</link>
      <description>&lt;P&gt;Thanks everyone for guiding.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 10:02:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/SUMX-Function/m-p/375006#M170333</guid>
      <dc:creator>ashwani_pal</dc:creator>
      <dc:date>2018-03-13T10:02:05Z</dc:date>
    </item>
  </channel>
</rss>

