<?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: Dynamic Top 100 Ranking with Field Parameter Breaks When Rating Column is in Visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5148758#M187740</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579554" data-lia-user-login="ameyshar123" class="lia-mention lia-mention-user"&gt;ameyshar123&lt;/a&gt;&amp;nbsp;The Dynamic Rank part is indication that you need to use Calculation Groups and not Fields Parameters.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 07:26:54 GMT</pubDate>
    <dc:creator>AntrikshSharma</dc:creator>
    <dc:date>2026-04-15T07:26:54Z</dc:date>
    <item>
      <title>Dynamic Top 100 Ranking with Field Parameter Breaks When Rating Column is in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5148436#M187733</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have a measure that dynamically ranks companies in the Top 100 using a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Field Parameter&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to let users switch between RISKCONTB and BV. The ranking uses RANKX with ALLSELECTED on Company, Subsector, and Country.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;BR /&gt;When I add the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;RATING&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;column to my visual, the ranking breaks. Instead of showing one consistent rank per company (based on total value), the rank resets per Rating group. For example:&lt;/P&gt;&lt;P&gt;COMPANY RATING RISKCONTB Rank (WRONG)&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Apple&lt;/TD&gt;&lt;TD&gt;AAA&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Microsoft&lt;/TD&gt;&lt;TD&gt;AAA&lt;/TD&gt;&lt;TD&gt;45&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tesla&lt;/TD&gt;&lt;TD&gt;AA&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Apple&lt;/TD&gt;&lt;TD&gt;AA&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;Expected Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;COMPANY RATING RISKCONTB Rank (CORRECT)&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Apple&lt;/TD&gt;&lt;TD&gt;AAA&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Apple&lt;/TD&gt;&lt;TD&gt;AA&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Microsoft&lt;/TD&gt;&lt;TD&gt;AAA&lt;/TD&gt;&lt;TD&gt;45&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Microsoft&lt;/TD&gt;&lt;TD&gt;BBB&lt;/TD&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I need the rank to stay consistent per company regardless of the Rating row, while still allowing dynamic measure switching via the Field Parameter.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 15:26:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5148436#M187733</guid>
      <dc:creator>ameyshar123</dc:creator>
      <dc:date>2026-04-14T15:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Top 100 Ranking with Field Parameter Breaks When Rating Column is in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5148443#M187734</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579554" data-lia-user-login="ameyshar123" class="lia-mention lia-mention-user"&gt;ameyshar123&lt;/a&gt;&amp;nbsp;you have to add the &lt;EM&gt;rating&lt;/EM&gt; column in the &lt;EM&gt;ALLSELECTED&lt;/EM&gt; as well&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 14:58:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5148443#M187734</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2026-04-14T14:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Top 100 Ranking with Field Parameter Breaks When Rating Column is in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5148447#M187736</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579554" data-lia-user-login="ameyshar123" class="lia-mention lia-mention-user"&gt;ameyshar123&lt;/a&gt;&amp;nbsp;can you share a sample PBIX file, using OneDrive/Google Drive, and remove any sensitive information before sharing.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 15:09:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5148447#M187736</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2026-04-14T15:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Top 100 Ranking with Field Parameter Breaks When Rating Column is in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5148758#M187740</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579554" data-lia-user-login="ameyshar123" class="lia-mention lia-mention-user"&gt;ameyshar123&lt;/a&gt;&amp;nbsp;The Dynamic Rank part is indication that you need to use Calculation Groups and not Fields Parameters.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 07:26:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5148758#M187740</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2026-04-15T07:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Top 100 Ranking with Field Parameter Breaks When Rating Column is in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5154009#M187779</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579554" data-lia-user-login="ameyshar123" class="lia-mention lia-mention-user"&gt;ameyshar123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;Just wanted to check if the responses provided were helpful. If further assistance is needed, please reach out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also to assist better, could you share sample data or sample .pbix file without any sensitive information. You can upload your files to any cloud storage like OneDrive or GoogleDrive and paste the link here with appropriate permissions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Power-BI-Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to provide sample data in the Power BI Forum - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 04:33:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5154009#M187779</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2026-04-20T04:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Top 100 Ranking with Field Parameter Breaks When Rating Column is in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5157446#M187835</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579554" data-lia-user-login="ameyshar123" class="lia-mention lia-mention-user"&gt;ameyshar123&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We wanted to kindly follow up regarding your query. If you need any further assistance, please reach out.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 04:00:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Top-100-Ranking-with-Field-Parameter-Breaks-When-Rating/m-p/5157446#M187835</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2026-04-24T04:00:55Z</dc:date>
    </item>
  </channel>
</rss>

