<?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: Calculate AVERAGE from MIN of 2 measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-AVERAGE-from-MIN-of-2-measures/m-p/2067335#M46725</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="120640" data-lia-user-login="Jpmercier00" class="lia-mention lia-mention-user"&gt;Jpmercier00&lt;/a&gt; , Assume you have min price measure, you use a measure like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;averagex(values(Table[YYYY-MM]), [Min Price])&lt;/P&gt;</description>
    <pubDate>Thu, 09 Sep 2021 17:00:06 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-09-09T17:00:06Z</dc:date>
    <item>
      <title>Calculate AVERAGE from MIN of 2 measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-AVERAGE-from-MIN-of-2-measures/m-p/2066969#M46717</link>
      <description>&lt;P&gt;Good morning&lt;/P&gt;&lt;P&gt;Hope you can help me...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two measures from several calculations. From these two mesures I get the daily minimum using MIN()&lt;/P&gt;&lt;P&gt;What I would like to achieve is to have at the total column, the average of these minimum values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I get is the MIN of the average of the two measures.&lt;/P&gt;&lt;P&gt;Any idea how to tackle this?&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;For this example, as you can see, I have the minimum value for each day. What I am trying to acheive is to have 17.84 in the total row. average(17.67,17.83,18.02).&lt;/P&gt;&lt;P&gt;Thanks for your support!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 14:29:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-AVERAGE-from-MIN-of-2-measures/m-p/2066969#M46717</guid>
      <dc:creator>Jpmercier00</dc:creator>
      <dc:date>2021-09-09T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate AVERAGE from MIN of 2 measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-AVERAGE-from-MIN-of-2-measures/m-p/2067335#M46725</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="120640" data-lia-user-login="Jpmercier00" class="lia-mention lia-mention-user"&gt;Jpmercier00&lt;/a&gt; , Assume you have min price measure, you use a measure like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;averagex(values(Table[YYYY-MM]), [Min Price])&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 17:00:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-AVERAGE-from-MIN-of-2-measures/m-p/2067335#M46725</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-09-09T17:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate AVERAGE from MIN of 2 measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-AVERAGE-from-MIN-of-2-measures/m-p/2067350#M46728</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;So simple, so direct! Thank you very much!&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MXN_Final_Price_test = AVERAGEX('CALENDAR',[MXN_Final_Price])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Sep 2021 17:22:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-AVERAGE-from-MIN-of-2-measures/m-p/2067350#M46728</guid>
      <dc:creator>Jpmercier00</dc:creator>
      <dc:date>2021-09-09T17:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate AVERAGE from MIN of 2 measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-AVERAGE-from-MIN-of-2-measures/m-p/2067356#M46729</link>
      <description>&lt;P&gt;Just recreated your data:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Using the following measure:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;gives the correct result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 17:24:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-AVERAGE-from-MIN-of-2-measures/m-p/2067356#M46729</guid>
      <dc:creator>Schmidtmayer</dc:creator>
      <dc:date>2021-09-09T17:24:36Z</dc:date>
    </item>
  </channel>
</rss>

