<?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: Help for Maxx dax function error in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-for-Maxx-dax-function-error/m-p/1245451#M20437</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="166730" data-lia-user-login="Thilini" class="lia-mention lia-mention-user"&gt;Thilini&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;Desired Max Fee = &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var _CurrentStream = SELECTEDVALUE('Table'[Program Stream])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var _StreamMax = &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; max('Table'[Fee]),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ALLEXCEPT('Table','Table'[Program Stream]),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 'Table'[Program Stream] = _CurrentStream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;return _StreamMax&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&lt;SPAN&gt;Jan &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 23 Jul 2020 14:56:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-07-23T14:56:46Z</dc:date>
    <item>
      <title>Help for Maxx dax function error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-for-Maxx-dax-function-error/m-p/1244748#M20428</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to get Max of fee rate for each stream. I want to get the result as desired max fee highligted in yellow as shown in the table below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this dax calculation:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desired max fee =&lt;SPAN&gt; MAXX(VALUES('Session Budget Tracker'[Stream]),CALCULATE(MAX('Session Budget Tracker'[Session Fee ($)]),ALLEXCEPT('Session Budget Tracker','Session Budget Tracker'[Stream])))&lt;/SPAN&gt;&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;Can anyone help me to get the correct values please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Thilini&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 11:05:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-for-Maxx-dax-function-error/m-p/1244748#M20428</guid>
      <dc:creator>Thilini</dc:creator>
      <dc:date>2020-07-23T11:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Maxx dax function error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-for-Maxx-dax-function-error/m-p/1245451#M20437</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="166730" data-lia-user-login="Thilini" class="lia-mention lia-mention-user"&gt;Thilini&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;Desired Max Fee = &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var _CurrentStream = SELECTEDVALUE('Table'[Program Stream])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var _StreamMax = &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; max('Table'[Fee]),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ALLEXCEPT('Table','Table'[Program Stream]),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 'Table'[Program Stream] = _CurrentStream&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;return _StreamMax&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&lt;SPAN&gt;Jan &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:56:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-for-Maxx-dax-function-error/m-p/1245451#M20437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-23T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Maxx dax function error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-for-Maxx-dax-function-error/m-p/1245537#M20440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="166730" data-lia-user-login="Thilini" class="lia-mention lia-mention-user"&gt;Thilini&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this one:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CALCULATE(MAX(TABLE[FEE]), ALLEXCEPT(TABLE, [STREAM]))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:33:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-for-Maxx-dax-function-error/m-p/1245537#M20440</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-07-23T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Maxx dax function error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-for-Maxx-dax-function-error/m-p/1247152#M20471</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you very much. Appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Thilini&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 05:49:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-for-Maxx-dax-function-error/m-p/1247152#M20471</guid>
      <dc:creator>Thilini</dc:creator>
      <dc:date>2020-07-24T05:49:53Z</dc:date>
    </item>
  </channel>
</rss>

