<?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 2nd Highest Value in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/2nd-Highest-Value/m-p/3803493#M51288</link>
    <description>&lt;P&gt;There are 3 columns in table, company, model and sale. There are 2 company name and different models for them, how can i get the 2nd highest sale model. I want the model name which have the 2nd highest sale in both company.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 03:37:03 GMT</pubDate>
    <dc:creator>VISRAI</dc:creator>
    <dc:date>2024-04-02T03:37:03Z</dc:date>
    <item>
      <title>2nd Highest Value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/2nd-Highest-Value/m-p/3803493#M51288</link>
      <description>&lt;P&gt;There are 3 columns in table, company, model and sale. There are 2 company name and different models for them, how can i get the 2nd highest sale model. I want the model name which have the 2nd highest sale in both company.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 03:37:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/2nd-Highest-Value/m-p/3803493#M51288</guid>
      <dc:creator>VISRAI</dc:creator>
      <dc:date>2024-04-02T03:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: 2nd Highest Value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/2nd-Highest-Value/m-p/3804277#M51327</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/418947"&gt;@VISRAI&lt;/a&gt;&amp;nbsp;Should be something along the lines of:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
  VAR __Table = SUMMARIZE( 'Table', [model], "__Value", MAX('Table'[sale]) )
  VAR __MaxSale = MAXX( __Table, [__Value] )
  VAR __2ndMaxSale = MAXX( FILTER( __Table, [__Value] &amp;lt;&amp;gt; __MaxSale ), [__Value] )
  VAR __Result = MAXX( FILTER( __Table, [__Value] = __2ndMaxSale ), [model] )
RETURN
  __Result&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Apr 2024 08:45:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/2nd-Highest-Value/m-p/3804277#M51327</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2024-04-02T08:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: 2nd Highest Value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/2nd-Highest-Value/m-p/3812282#M51460</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/418947"&gt;@VISRAI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;If these also don't help, please share more detailed information and description to help us clarify your scenario to test.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 02:12:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/2nd-Highest-Value/m-p/3812282#M51460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-05T02:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: 2nd Highest Value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/2nd-Highest-Value/m-p/3812601#M51468</link>
      <description>&lt;P&gt;i have created a measure&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;Rank = RANKX(ALLEXCEPT('Table','Table'[Class Name]),CALCULATE(SUM([EPI CNV 100]),ALLEXCEPT('Table','Table'[Class Name],'Table'[Insured Name])),,DESC,Dense) then used this one in the filter to get only 2nd highest value&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 05:47:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/2nd-Highest-Value/m-p/3812601#M51468</guid>
      <dc:creator>VISRAI</dc:creator>
      <dc:date>2024-04-05T05:47:59Z</dc:date>
    </item>
  </channel>
</rss>

