<?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: dax measure show the highest value in a period in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1648086#M33541</link>
    <description>&lt;P&gt;Same.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 14:26:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-05T14:26:30Z</dc:date>
    <item>
      <title>dax measure show the highest value in a period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1645522#M33472</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to show only the month's max value along the period, but it isn't work it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have try a lot of option... I confess... I'm frustate. Here is the last formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MAXX Distinctcount Unique Contract = maxx(allselected(d_NTT_Dinamic_DataTable[Month Name]),DISTINCTCOUNTNOBLANK('BaseContratosMensais_IndicadorGerencial - SQL Results'[#UNIQUE_CONTRACT]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Tks,&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Alexandre.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Feb 2021 15:27:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1645522#M33472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-04T15:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: dax measure show the highest value in a period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1645835#M33478</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try TOPN on month &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Top 1 Rank = CALCULATE([Distinctcount Unique Contract],TOPN(1,all(Table[Month Year]),[Distinctcount Unique Contract],DESC),VALUES(Table[Month Year]))&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 17:03:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1645835#M33478</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-02-04T17:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: dax measure show the highest value in a period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1646154#M33486</link>
      <description>&lt;P&gt;It changed a little bit, but it not what I'm looking for.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Top 1 Rank = CALCULATE([Distinctcount Unique Contracts],TOPN(1,ALL(d_NTT_Dinamic_DataTable[Month Name]),[Distinctcount Unique Contracts],DESC),VALUES(d_NTT_Dinamic_DataTable[Month Name]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Tks,&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Alexandre.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 19:50:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1646154#M33486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-04T19:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: dax measure show the highest value in a period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1647819#M33535</link>
      <description>&lt;P&gt;It changed a little bit, but it not what I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Top 1 Rank = CALCULATE([Distinctcount Unique Contracts],TOPN(1,ALL(d_NTT_Dinamic_DataTable[Month Name]),[Distinctcount Unique Contracts],DESC),VALUES(d_NTT_Dinamic_DataTable[Month Name]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for this.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Tks,&lt;BR /&gt;Alexandre.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 12:08:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1647819#M33535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-05T12:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: dax measure show the highest value in a period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1647993#M33539</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , remove the other measure from the table and check. &lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 13:31:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1647993#M33539</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-02-05T13:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: dax measure show the highest value in a period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1648086#M33541</link>
      <description>&lt;P&gt;Same.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 14:26:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1648086#M33541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-05T14:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: dax measure show the highest value in a period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1672621#M34204</link>
      <description>&lt;P&gt;I have found a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Top 1 Rank = CALCULATE([Distinctcount Unique Contracts],CALCULATETABLE(TOPN(1,ALL(d_NTT_Dinamic_DataTable[Month Name]),[Distinctcount Unique Contracts],DESC),ALL(d_NTT_Dinamic_DataTable),VALUES(d_NTT_Dinamic_DataTable[FY_NTT])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, I have made a chart to highlight the major value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks everybody.&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;</description>
      <pubDate>Wed, 17 Feb 2021 19:38:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-measure-show-the-highest-value-in-a-period/m-p/1672621#M34204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-17T19:38:54Z</dc:date>
    </item>
  </channel>
</rss>

