<?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 calculate the MAX of a total of a group of columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-MAX-of-a-total-of-a-group-of-columns/m-p/3234295#M118811</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="503157" data-lia-user-login="andyly85" class="lia-mention lia-mention-user"&gt;andyly85&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I'm not sure why are you creating a measure for each name. You can simply use a matrix visual, place [Day] at the rows of the matrix, place [Name] at the columns of the matrix and place the following&amp;nbsp;measure in the values of the matrix (it assumes that the required calculation is a simple sum but you need to modify based on your real requirement). The same measure can be placed in a card visual to identify the max value requested.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Result =
MAXX (
    SUMMARIZE ( 'Table', 'Table'[Name], "@Value", SUM ( 'Table'[Value] ) ),
    [@Value]
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 14 May 2023 14:27:45 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-05-14T14:27:45Z</dc:date>
    <item>
      <title>How to calculate the MAX of a total of a group of columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-MAX-of-a-total-of-a-group-of-columns/m-p/3234250#M118803</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I create a measure to pull the max and min total of each the columns below (to use as a card visual).&amp;nbsp; Max steps-Andy Ly 68316 in this case.&amp;nbsp; Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 12:27:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-MAX-of-a-total-of-a-group-of-columns/m-p/3234250#M118803</guid>
      <dc:creator>andyly85</dc:creator>
      <dc:date>2023-05-14T12:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the MAX of a total of a group of columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-MAX-of-a-total-of-a-group-of-columns/m-p/3234285#M118809</link>
      <description>&lt;P&gt;Just Create two measures for every column. and user Min and Max function.&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 13:40:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-MAX-of-a-total-of-a-group-of-columns/m-p/3234285#M118809</guid>
      <dc:creator>maeshakib</dc:creator>
      <dc:date>2023-05-14T13:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the MAX of a total of a group of columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-MAX-of-a-total-of-a-group-of-columns/m-p/3234295#M118811</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="503157" data-lia-user-login="andyly85" class="lia-mention lia-mention-user"&gt;andyly85&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I'm not sure why are you creating a measure for each name. You can simply use a matrix visual, place [Day] at the rows of the matrix, place [Name] at the columns of the matrix and place the following&amp;nbsp;measure in the values of the matrix (it assumes that the required calculation is a simple sum but you need to modify based on your real requirement). The same measure can be placed in a card visual to identify the max value requested.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Result =
MAXX (
    SUMMARIZE ( 'Table', 'Table'[Name], "@Value", SUM ( 'Table'[Value] ) ),
    [@Value]
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 14:27:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-calculate-the-MAX-of-a-total-of-a-group-of-columns/m-p/3234295#M118811</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-14T14:27:45Z</dc:date>
    </item>
  </channel>
</rss>

