<?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 formule for ranking in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3291138#M122509</link>
    <description>&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/rankx-on-multiple-columns-with-dax-and-power-bi/" target="_blank"&gt;RANKX on multiple columns with DAX and Power BI - SQLBI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Dynamic ranking on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Rounded Sales&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and customer name"&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2023 13:48:51 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-06-19T13:48:51Z</dc:date>
    <item>
      <title>dax formule for ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3285681#M122136</link>
      <description>&lt;P&gt;hello i need some help to get a ranking based on colum&amp;nbsp; of points&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i have a colum of points where i use the sum function on so i get a total of points per person now i want a ranking on that slike this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. person 1&amp;nbsp; 50&lt;/P&gt;&lt;P&gt;2. person 3&amp;nbsp; 40&lt;/P&gt;&lt;P&gt;3. person 2&amp;nbsp; 38&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i also placed a screenshot of the data i the colum punten are the points that i use and i the colum name are the names of the person that need the ranking based on the columm punten&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i hope someone can help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 11:08:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3285681#M122136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-15T11:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: dax formule for ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3288729#M122375</link>
      <description>&lt;P&gt;You would use the standard RANKX function with a filter as appropriate (for each etappe for example).&amp;nbsp; What have you tried and where are you stuck?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 01:50:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3288729#M122375</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-06-17T01:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: dax formule for ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3290325#M122457</link>
      <description>&lt;P&gt;i use this dax measure at the moment&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;klassering medewerkers = &lt;/SPAN&gt;&lt;SPAN&gt;RANKX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Tour_De_France_Poule&lt;/SPAN&gt;&lt;SPAN&gt;[Naam]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Tour_De_France_Poule&lt;/SPAN&gt;&lt;SPAN&gt;[Punten]&lt;/SPAN&gt;&lt;SPAN&gt; )))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i want the same as now but if people has the same points i want to get the rank by name so if person a has 75 points and person B i want person a on place 1 and person B on place 2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Jun 2023 07:27:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3290325#M122457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-19T07:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: dax formule for ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3290364#M122458</link>
      <description>&lt;P&gt;so the outcome is like this&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1.&amp;nbsp; person A&amp;nbsp; &amp;nbsp; 18 points&lt;/P&gt;&lt;P&gt;2. person B&amp;nbsp; &amp;nbsp; &amp;nbsp; 18 points&lt;/P&gt;&lt;P&gt;3. person C&amp;nbsp; &amp;nbsp; &amp;nbsp; 16 points&lt;/P&gt;&lt;P&gt;4. Person D&amp;nbsp; &amp;nbsp; &amp;nbsp; 16 points&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so if the points are the same its on alfabet otherwise on highest points with the measure i now use it gives people the same rank if they have the same points this is the measure i use now what gives me the outcome with the same rank&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RANKX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Tour_De_France_Poule&lt;/SPAN&gt;&lt;SPAN&gt;[Naam]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Tour_De_France_Poule&lt;/SPAN&gt;&lt;SPAN&gt;[Punten]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;)))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 07:39:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3290364#M122458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-19T07:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: dax formule for ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3291138#M122509</link>
      <description>&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/rankx-on-multiple-columns-with-dax-and-power-bi/" target="_blank"&gt;RANKX on multiple columns with DAX and Power BI - SQLBI&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Dynamic ranking on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Rounded Sales&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and customer name"&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 13:48:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-formule-for-ranking/m-p/3291138#M122509</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-06-19T13:48:51Z</dc:date>
    </item>
  </channel>
</rss>

