<?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 Sum measure with MAX? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4641755#M177751</link>
    <description>&lt;LI-CODE lang="markup"&gt;upper_value = 
var a = ADDCOLUMNS(summarizecolumns(ads[creative_id]),"m",CALCULATE(MAX(statistics[times_shown_upper_bound_region])))
return sumx(a,[m])&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2025 19:15:28 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2025-04-07T19:15:28Z</dc:date>
    <item>
      <title>How to Sum measure with MAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4641287#M177726</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have very simple measure with MAX value. Issue is that Total showing MAX value too, but I need to show SUM of all MAX values in the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically&lt;/P&gt;&lt;P&gt;Total should summary of all values: &lt;STRONG&gt;60,000 for upper_value&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;51,000 for lower_value.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;see printscreen:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is desktop file:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1_R84-65eDKQunYTwyr888yID97tdhGUR/view?usp=drive_link" target="_blank"&gt;https://drive.google.com/file/d/1_R84-65eDKQunYTwyr888yID97tdhGUR/view?usp=drive_link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help on this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 13:43:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4641287#M177726</guid>
      <dc:creator>lucie_rabochova</dc:creator>
      <dc:date>2025-04-07T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sum measure with MAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4641425#M177736</link>
      <description>&lt;P&gt;Your sample file is way too big.&amp;nbsp;Please provide sample data &lt;STRONG&gt;that fully covers your issue, but not more&lt;/STRONG&gt;.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot measure a measure directly. Either materialize it first, or create a separate measure that implements the entire business logic.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 15:03:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4641425#M177736</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-07T15:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sum measure with MAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4641648#M177747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for your answer.&lt;/P&gt;&lt;P&gt;This is new link to the file:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1_R84-65eDKQunYTwyr888yID97tdhGUR/view?usp=drive_link" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/1_R84-65eDKQunYTwyr888yID97tdhGUR/view?usp=drive_link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The size of the file has been reduced.&lt;/P&gt;&lt;P&gt;The file contains data from BQ public dataset. There are two metrics - impressions - lower and impressions - upper.&lt;/P&gt;&lt;P&gt;I have various charts and tables in the original dashboard,&amp;nbsp; I need to create a measure showing total like summary and not like MAX, but the rows must remail like MAX.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is powerbi file showing total 5000 and 4000 impressions, (individual rows are showing correct values)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and this is excel version this is what I need to see in all visualisation across dashboard.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think this is possible?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 17:39:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4641648#M177747</guid>
      <dc:creator>lucie_raboch</dc:creator>
      <dc:date>2025-04-07T17:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sum measure with MAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4641755#M177751</link>
      <description>&lt;LI-CODE lang="markup"&gt;upper_value = 
var a = ADDCOLUMNS(summarizecolumns(ads[creative_id]),"m",CALCULATE(MAX(statistics[times_shown_upper_bound_region])))
return sumx(a,[m])&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 19:15:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4641755#M177751</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-07T19:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sum measure with MAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4646905#M177873</link>
      <description>&lt;P&gt;This is absolute amazing solution, thank you so much! It works!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 12:19:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Sum-measure-with-MAX/m-p/4646905#M177873</guid>
      <dc:creator>lucie_rabochova</dc:creator>
      <dc:date>2025-04-10T12:19:44Z</dc:date>
    </item>
  </channel>
</rss>

