<?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: RANKX HELP in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1167338#M17939</link>
    <description>&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my rankings I dont want it to skip any numbers&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 01:11:23 GMT</pubDate>
    <dc:creator>LDC20</dc:creator>
    <dc:date>2020-06-18T01:11:23Z</dc:date>
    <item>
      <title>RANKX HELP</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1164988#M17878</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I'm having trouble with my RankX function and have tried following tutorials and tips and am not getting the same result&lt;/P&gt;&lt;P&gt;I have a list of names and these names are associated to a number of transactions&lt;/P&gt;&lt;P&gt;I am trying to create a ranking that ranks on the number of transactions against each name&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RankingTrans = RANKX(ALL('CCData'[Sales Rep]), [TransCount])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This ranks the data which is fine but the ranking is skipping numbers e.g 1,2,3,4,4,5,5,5,9,10,10,12&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How can I stop this from happening?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jun 2020 06:39:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1164988#M17878</guid>
      <dc:creator>LDC20</dc:creator>
      <dc:date>2020-06-17T06:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX HELP</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1165061#M17881</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="239228" data-lia-user-login="LDC20" class="lia-mention lia-mention-user"&gt;LDC20&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because Sales Rep ranked 4 will have same transaction counts. Same would be rank 5,9,10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the end output needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kindly share sample data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 07:07:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1165061#M17881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-17T07:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX HELP</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1167338#M17939</link>
      <description>&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my rankings I dont want it to skip any numbers&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 01:11:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1167338#M17939</guid>
      <dc:creator>LDC20</dc:creator>
      <dc:date>2020-06-18T01:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX HELP</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1167394#M17941</link>
      <description>&lt;P&gt;Create an index column over your numbers instead of using RANKX, or use the DENSE ties option if you insist on using RANKX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/rankx-function-dax#syntax" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/rankx-function-dax#syntax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 01:54:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1167394#M17941</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-18T01:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX HELP</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1167563#M17947</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="239228" data-lia-user-login="LDC20" class="lia-mention lia-mention-user"&gt;LDC20&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Randome = RAND()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then add this measure to your ranking measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RankingTrans = RANKX(ALL('CCData'[Sales Rep]), [TransCount] + [RAND])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You will get rank as 1, 2 ,3 ,4.2,4.5 ... etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;else do you have any other supporting column like date,.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then follow this articles&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;A href="https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures" target="_blank" rel="nofollow noopener noreferrer"&gt;https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns" target="_blank" rel="nofollow noopener noreferrer"&gt;https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://radacad.com/how-to-use-rankx-in-dax-part-3-of-3-the-finale" target="_blank" rel="nofollow noopener noreferrer"&gt;https://radacad.com/how-to-use-rankx-in-dax-part-3-of-3-the-finale&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;else pls follow this solved solution&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Can-t-break-RANK-TIES-cannot-use-RAND/td-p/1032338" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Can-t-break-RANK-TIES-cannot-use-RAND/td-p/1032338&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 03:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1167563#M17947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-18T03:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX HELP</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1170087#M18018</link>
      <description>&lt;P&gt;I added in the DENSE and its still ranking similar values as the same&lt;/P&gt;&lt;P&gt;See attached screenshot&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 01:01:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-HELP/m-p/1170087#M18018</guid>
      <dc:creator>LDC20</dc:creator>
      <dc:date>2020-06-19T01:01:58Z</dc:date>
    </item>
  </channel>
</rss>

