<?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 CALCULATE MAX and exclude specific rows in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CALCULATE-MAX-and-exclude-specific-rows/m-p/3018470#M102590</link>
    <description>&lt;P&gt;Hi all!&lt;/P&gt;
&lt;P&gt;I have a table that has multiple entries / rows for each article.&lt;/P&gt;
&lt;P&gt;Now I would like to get the max value out of a specific column with filtering out specific rows where in a different column specific keys are stored.&lt;/P&gt;
&lt;P&gt;Something like this:&lt;/P&gt;
&lt;P&gt;CALCULATE(MAX(Table[Value]), WHERE In Column Table[Key]&amp;nbsp; NOT 'A', 'B' etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How would you do that in here?&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2023 06:18:07 GMT</pubDate>
    <dc:creator>joshua1990</dc:creator>
    <dc:date>2023-01-13T06:18:07Z</dc:date>
    <item>
      <title>CALCULATE MAX and exclude specific rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CALCULATE-MAX-and-exclude-specific-rows/m-p/3018470#M102590</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;
&lt;P&gt;I have a table that has multiple entries / rows for each article.&lt;/P&gt;
&lt;P&gt;Now I would like to get the max value out of a specific column with filtering out specific rows where in a different column specific keys are stored.&lt;/P&gt;
&lt;P&gt;Something like this:&lt;/P&gt;
&lt;P&gt;CALCULATE(MAX(Table[Value]), WHERE In Column Table[Key]&amp;nbsp; NOT 'A', 'B' etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How would you do that in here?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 06:18:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CALCULATE-MAX-and-exclude-specific-rows/m-p/3018470#M102590</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2023-01-13T06:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: CALCULATE MAX and exclude specific rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CALCULATE-MAX-and-exclude-specific-rows/m-p/3018576#M102602</link>
      <description>&lt;P&gt;=MAXX(FILTER(Table,NOT(Table[Key] IN {"A","B"})),Table[Value])&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 07:23:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CALCULATE-MAX-and-exclude-specific-rows/m-p/3018576#M102602</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-01-13T07:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: CALCULATE MAX and exclude specific rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CALCULATE-MAX-and-exclude-specific-rows/m-p/3018801#M102624</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="264353" data-lia-user-login="wdx223_Daniel" class="lia-mention lia-mention-user"&gt;wdx223_Daniel&lt;/a&gt;&amp;nbsp;: Thanks a lot! Would you still use this if the table has 5MM rows?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 09:13:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CALCULATE-MAX-and-exclude-specific-rows/m-p/3018801#M102624</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2023-01-13T09:13:00Z</dc:date>
    </item>
  </channel>
</rss>

