<?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 Rank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank/m-p/4317358#M171418</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have a table with the name of the branch, the sales department, the seller, and the value of each sales invoice. I created a standard for net sales and put it on a card, and it works well. I want to create a standard by arranging each seller according to his sales for the branch to which he belongs, so that if I select him from a table or visual, his order will appear.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2024 16:13:35 GMT</pubDate>
    <dc:creator>Amrnader1979</dc:creator>
    <dc:date>2024-12-06T16:13:35Z</dc:date>
    <item>
      <title>Rank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank/m-p/4317358#M171418</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have a table with the name of the branch, the sales department, the seller, and the value of each sales invoice. I created a standard for net sales and put it on a card, and it works well. I want to create a standard by arranging each seller according to his sales for the branch to which he belongs, so that if I select him from a table or visual, his order will appear.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 16:13:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank/m-p/4317358#M171418</guid>
      <dc:creator>Amrnader1979</dc:creator>
      <dc:date>2024-12-06T16:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank/m-p/4317574#M171427</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;Do not include sensitive information. Do not include anything that is unrelated to the issue or question. &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Need help uploading data? &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 20:24:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank/m-p/4317574#M171427</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-12-06T20:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank/m-p/4318835#M171464</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="891517" data-lia-user-login="Amrnader1979" class="lia-mention lia-mention-user"&gt;Amrnader1979&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply from&amp;nbsp;lbendlin&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Amrnader1979, I created a sample data to do the test for your reference. If it doesn't meet your needs, as lbendlin&amp;nbsp;said, you need to provide the sample data and the expected results based on the sample data so we can better help you.&amp;nbsp;Please remove any sensitive data in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My sample:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sum = SUM('Table'[Sales Invoice Value])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Rank = RANKX(ALLEXCEPT('Table', 'Table'[Branch Name]), [sum], , DESC, Dense)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yulia Xu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 02:22:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rank/m-p/4318835#M171464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-09T02:22:33Z</dc:date>
    </item>
  </channel>
</rss>

