<?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: Creating Ranks in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Ranks/m-p/920795#M9072</link>
    <description>&lt;P&gt;Hi, i am new in this community and still trying hard to navigate around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am trying to rank my supplier performance using the following DAX but the result still showing rank = 1.&lt;/P&gt;&lt;P&gt;Ranks = RANKX(ALL('NCR report'[Total NCR]), SUMX('NCR report', 'NCR report'[Total NCR]),,ASC)&lt;/P&gt;&lt;P&gt;please help..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Tue, 04 Feb 2020 08:04:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-04T08:04:19Z</dc:date>
    <item>
      <title>Creating Ranks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Ranks/m-p/711319#M1067</link>
      <description>&lt;P&gt;I have a table of all sales orders, including product group, order reference, order qty, customer, plus various other attributes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to create a report that summarises the order qty by customer and display the top 20 customers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then want to apply a filter to change the product group&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However i cannot seem to write the correct formula for establishing the rank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 09:26:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Ranks/m-p/711319#M1067</guid>
      <dc:creator>MNGoodyear</dc:creator>
      <dc:date>2019-06-11T09:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Ranks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Ranks/m-p/715073#M1192</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you sure you need a measure to get the desired result?&lt;BR /&gt;&lt;BR /&gt;It is possible to display a dynamic TOPN in a visual that is influenced by slicers;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 09:42:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Ranks/m-p/715073#M1192</guid>
      <dc:creator>avanderschilden</dc:creator>
      <dc:date>2019-06-14T09:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Ranks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Ranks/m-p/920795#M9072</link>
      <description>&lt;P&gt;Hi, i am new in this community and still trying hard to navigate around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am trying to rank my supplier performance using the following DAX but the result still showing rank = 1.&lt;/P&gt;&lt;P&gt;Ranks = RANKX(ALL('NCR report'[Total NCR]), SUMX('NCR report', 'NCR report'[Total NCR]),,ASC)&lt;/P&gt;&lt;P&gt;please help..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Tue, 04 Feb 2020 08:04:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Ranks/m-p/920795#M9072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-04T08:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Ranks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Ranks/m-p/1276963#M21651</link>
      <description>&lt;P&gt;HI&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create a RANKX Measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ranks = RANKX(ALL('NCR report'[Supplier]), [Total NCR],,ASC)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Harsh Nathani&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 08:48:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Ranks/m-p/1276963#M21651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-06T08:48:38Z</dc:date>
    </item>
  </channel>
</rss>

