<?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: Translation of Maxifs excel into DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618236#M76170</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jul 2022 20:27:37 GMT</pubDate>
    <dc:creator>Nathaniel_C</dc:creator>
    <dc:date>2022-07-04T20:27:37Z</dc:date>
    <item>
      <title>Translation of Maxifs excel into DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618177#M76167</link>
      <description>&lt;P&gt;So I have a table that looks like this in Power Bi... without the "Max Stage Value by Epic" column&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This last column I am able to get the value by using the maxifs formula in Excel...&lt;BR /&gt;How can I get this same result in Power Bi?&lt;BR /&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 19:19:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618177#M76167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-04T19:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Translation of Maxifs excel into DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618233#M76169</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try this:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Max Stage Value = 

Var _Epic = Max(MaxTable[Epic])

var _calc = CALCULATE(MAX(MaxTable[Stage Value]),FILTER(All(MaxTable),MaxTable[Epic] = _Epic))

return _calc&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 20:26:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618233#M76169</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2022-07-04T20:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Translation of Maxifs excel into DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618236#M76170</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Let me know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;If this solves your issues, please mark it as the &lt;STRONG&gt;solution, &lt;/STRONG&gt;so that others can find it easily. &lt;STRONG&gt;Kudos &lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;are nice too.&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 20:27:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618236#M76170</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2022-07-04T20:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Translation of Maxifs excel into DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618256#M76173</link>
      <description>&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 20:53:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618256#M76173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-04T20:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Translation of Maxifs excel into DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618264#M76174</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You are very welcome!&lt;BR /&gt;&lt;BR /&gt;Nathaniel&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 21:12:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Translation-of-Maxifs-excel-into-DAX/m-p/2618264#M76174</guid>
      <dc:creator>Nathaniel_C</dc:creator>
      <dc:date>2022-07-04T21:12:08Z</dc:date>
    </item>
  </channel>
</rss>

