<?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: Sum of MAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-MAX/m-p/4252116#M168390</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt;. Many thanks for your help, it works like a charm !&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 07:40:28 GMT</pubDate>
    <dc:creator>Jay20024</dc:creator>
    <dc:date>2024-10-22T07:40:28Z</dc:date>
    <item>
      <title>Sum of MAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-MAX/m-p/4251168#M168328</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Got a inventory where I got a calculated column. For each computer, gotta keep only one value (the max), to sum only the max&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get a measure that sum the max of each Computer Name in my pivot table ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help folks !&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 16:08:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-MAX/m-p/4251168#M168328</guid>
      <dc:creator>Jay20024</dc:creator>
      <dc:date>2024-10-21T16:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of MAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-MAX/m-p/4251259#M168334</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&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;
&lt;LI-CODE lang="markup"&gt;expected result measure: =
SUMX (
    VALUES ( data[computer_name] ),
    CALCULATE (
        MAX ( data[total_point] )
    )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 17:25:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-MAX/m-p/4251259#M168334</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2024-10-21T17:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of MAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-MAX/m-p/4252116#M168390</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt;. Many thanks for your help, it works like a charm !&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 07:40:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-MAX/m-p/4252116#M168390</guid>
      <dc:creator>Jay20024</dc:creator>
      <dc:date>2024-10-22T07:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of MAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-MAX/m-p/4252120#M168391</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt;. Many thanks ! It works like a charm !&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 07:41:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-of-MAX/m-p/4252120#M168391</guid>
      <dc:creator>Jay20024</dc:creator>
      <dc:date>2024-10-22T07:41:15Z</dc:date>
    </item>
  </channel>
</rss>

