<?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: How to pick just top 3 When Rank is same in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pick-just-top-3-When-Rank-is-same/m-p/3008678#M101943</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;A href="https://www.sqlbi.com/articles/filtering-the-top-3-products-for-each-category-in-power-bi/" target="_blank"&gt;https://www.sqlbi.com/articles/filtering-the-top-3-products-for-each-category-in-power-bi/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;*If this post helps, please consider accept as solution to help other members find it more quickly and Appreciate your Kudos.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 10:18:25 GMT</pubDate>
    <dc:creator>Mahesh0016</dc:creator>
    <dc:date>2023-01-09T10:18:25Z</dc:date>
    <item>
      <title>How to pick just top 3 When Rank is same</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pick-just-top-3-When-Rank-is-same/m-p/3008640#M101939</link>
      <description>&lt;P&gt;Hi Guys Does Anyone know How to pick just Top 3 When We have the Rank or Same Values for top Values.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;VAR __Data1 =&lt;/DIV&gt;&lt;DIV&gt;VALUES(Lead_Performence[RMName])&lt;/DIV&gt;&lt;DIV&gt;VAR __TopLeads =&lt;/DIV&gt;&lt;DIV&gt;TOPN(&lt;/DIV&gt;&lt;DIV&gt;3,&lt;/DIV&gt;&lt;DIV&gt;ALL(Lead_Performence[RMName]),&lt;/DIV&gt;&lt;DIV&gt;[Total Leads],&lt;/DIV&gt;&lt;DIV&gt;DESC&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;&lt;DIV&gt;VAR __Top3 =&lt;/DIV&gt;&lt;DIV&gt;CALCULATE(&lt;/DIV&gt;&lt;DIV&gt;[RM Accep. %],&lt;/DIV&gt;&lt;DIV&gt;TOPN(&lt;/DIV&gt;&lt;DIV&gt;3,&lt;/DIV&gt;&lt;DIV&gt;ALL(Lead_Performence[RMName]),&lt;/DIV&gt;&lt;DIV&gt;[RM Accep. %],&lt;/DIV&gt;&lt;DIV&gt;DESC&lt;/DIV&gt;&lt;DIV&gt;),__Data1&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;&lt;DIV&gt;RETURN&lt;/DIV&gt;&lt;DIV&gt;__Top3&lt;/DIV&gt;&lt;/DIV&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>Mon, 09 Jan 2023 09:58:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pick-just-top-3-When-Rank-is-same/m-p/3008640#M101939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-09T09:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick just top 3 When Rank is same</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pick-just-top-3-When-Rank-is-same/m-p/3008671#M101942</link>
      <description>&lt;P&gt;You would need to use another column or measure as a tie breaker. The TOPN function accepts multiple ranking parameters, so you just need to decide how you want to determine what is in the top 3 - alphabetical, most recent, earliest etc. If you don't have a column which uniquely defines a row then you could add an index column using Power Query.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 10:12:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pick-just-top-3-When-Rank-is-same/m-p/3008671#M101942</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-01-09T10:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick just top 3 When Rank is same</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pick-just-top-3-When-Rank-is-same/m-p/3008678#M101943</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;A href="https://www.sqlbi.com/articles/filtering-the-top-3-products-for-each-category-in-power-bi/" target="_blank"&gt;https://www.sqlbi.com/articles/filtering-the-top-3-products-for-each-category-in-power-bi/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;*If this post helps, please consider accept as solution to help other members find it more quickly and Appreciate your Kudos.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 10:18:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-pick-just-top-3-When-Rank-is-same/m-p/3008678#M101943</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-01-09T10:18:25Z</dc:date>
    </item>
  </channel>
</rss>

