<?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 find Max value in dax in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-find-Max-value-in-dax/m-p/2188389#M32894</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/335971"&gt;@Arccc&lt;/a&gt;&amp;nbsp;Not sure of what your Sec measure formula is, mine is Measure 15 in the formula below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 16 = 
    VAR __Table = 
        FILTER(
            ADDCOLUMNS(
                SUMMARIZE(
                    'Table16',
                    [Category],
                    "__Sum",SUM('Table16'[Data])
                ),
                "__Sec",[Measure 15]
            ),
            [__Sec] = "Bottom"
        )
RETURN
    MAXX(__Table,[__Sum])&lt;/LI-CODE&gt;</description>
    <pubDate>Sat, 13 Nov 2021 12:45:51 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2021-11-13T12:45:51Z</dc:date>
    <item>
      <title>How to find Max value in dax</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-find-Max-value-in-dax/m-p/2188365#M32893</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am new to dax ...I want to find Max value of data that looks like below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Category.&amp;nbsp; &amp;nbsp;Data.&amp;nbsp; Sec&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;50.&amp;nbsp; &amp;nbsp; &amp;nbsp;Top&amp;nbsp;&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;53.&amp;nbsp; &amp;nbsp; &amp;nbsp; Bottom&lt;/P&gt;&lt;P&gt;C.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 64.&amp;nbsp; &amp;nbsp; &amp;nbsp; Bottom&amp;nbsp;&lt;/P&gt;&lt;P&gt;D.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 51.&amp;nbsp; &amp;nbsp; &amp;nbsp; Bottom&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where sec is a measure&amp;nbsp;&lt;/P&gt;&lt;P&gt;Already used calculate (max(table[data]),filter(table,[sec]="Bottom"))&lt;/P&gt;&lt;P&gt;Ans required is 64&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data is weekly level ..n have filters for year and month&amp;nbsp;&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;P&gt;&amp;nbsp;&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;P&gt;&amp;nbsp;&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>Sat, 13 Nov 2021 11:57:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-find-Max-value-in-dax/m-p/2188365#M32893</guid>
      <dc:creator>Arccc</dc:creator>
      <dc:date>2021-11-13T11:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Max value in dax</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-find-Max-value-in-dax/m-p/2188389#M32894</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/335971"&gt;@Arccc&lt;/a&gt;&amp;nbsp;Not sure of what your Sec measure formula is, mine is Measure 15 in the formula below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 16 = 
    VAR __Table = 
        FILTER(
            ADDCOLUMNS(
                SUMMARIZE(
                    'Table16',
                    [Category],
                    "__Sum",SUM('Table16'[Data])
                ),
                "__Sec",[Measure 15]
            ),
            [__Sec] = "Bottom"
        )
RETURN
    MAXX(__Table,[__Sum])&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 13 Nov 2021 12:45:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-find-Max-value-in-dax/m-p/2188389#M32894</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-11-13T12:45:51Z</dc:date>
    </item>
  </channel>
</rss>

