<?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: TOP 3 AVERAGE OF THE PERIOD in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-3-AVERAGE-OF-THE-PERIOD/m-p/2100872#M47942</link>
    <description>&lt;P&gt;hello&amp;nbsp;&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When your refer to "&lt;SPAN&gt;&lt;EM&gt;dCalendar[YearMonth]&lt;/EM&gt;", you mean, in my case dCalendar[date]&amp;nbsp; ( with day, month, year), or&amp;nbsp;or do you want a table with year and month only?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;tks your reply&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="324348" data-lia-user-login="stericontrol" class="lia-mention lia-mention-user"&gt;stericontrol&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 17:20:06 GMT</pubDate>
    <dc:creator>stericontrol</dc:creator>
    <dc:date>2021-09-27T17:20:06Z</dc:date>
    <item>
      <title>TOP 3 AVERAGE OF THE PERIOD</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-3-AVERAGE-OF-THE-PERIOD/m-p/2089504#M47561</link>
      <description>&lt;P&gt;Hi friends!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to get the &lt;STRONG&gt;3 highest values for each product sold &lt;/STRONG&gt;considering the&lt;STRONG&gt; last 4 months&lt;/STRONG&gt; (or 6) from the date on that I am (today for example) and &lt;STRONG&gt;calculate the average&lt;/STRONG&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?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 19:01:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-3-AVERAGE-OF-THE-PERIOD/m-p/2089504#M47561</guid>
      <dc:creator>stericontrol</dc:creator>
      <dc:date>2021-09-21T19:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: TOP 3 AVERAGE OF THE PERIOD</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-3-AVERAGE-OF-THE-PERIOD/m-p/2090010#M47569</link>
      <description>&lt;P&gt;NewMeasure=AVERAGEX(TOPN(3,ALLSELECTED(dCalendar[YearMonth]),CALCULATE(SUM(FactTable[Amount]),KEEPFILTERS( &lt;SPAN&gt;DATESINPERIOD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'[Date]&lt;/SPAN&gt;,&lt;SPAN&gt;EOMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;,&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;,-&lt;SPAN&gt;3&lt;/SPAN&gt;,&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;)),CALCULATE(SUM(FactTable[Amount])))&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 01:53:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-3-AVERAGE-OF-THE-PERIOD/m-p/2090010#M47569</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2021-09-22T01:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: TOP 3 AVERAGE OF THE PERIOD</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-3-AVERAGE-OF-THE-PERIOD/m-p/2100872#M47942</link>
      <description>&lt;P&gt;hello&amp;nbsp;&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When your refer to "&lt;SPAN&gt;&lt;EM&gt;dCalendar[YearMonth]&lt;/EM&gt;", you mean, in my case dCalendar[date]&amp;nbsp; ( with day, month, year), or&amp;nbsp;or do you want a table with year and month only?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;tks your reply&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="324348" data-lia-user-login="stericontrol" class="lia-mention lia-mention-user"&gt;stericontrol&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 17:20:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-3-AVERAGE-OF-THE-PERIOD/m-p/2100872#M47942</guid>
      <dc:creator>stericontrol</dc:creator>
      <dc:date>2021-09-27T17:20:06Z</dc:date>
    </item>
  </channel>
</rss>

