<?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 How to rank values using field parameters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-rank-values-using-field-parameters/m-p/3743980#M146002</link>
    <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to rank values with field parameters?&lt;/P&gt;&lt;P&gt;For example, I have a dynamic filter created using field parameters (aging and state) and I'd like that the column rank could give me the rank ordered by the column 'indicador_vol_mdr'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm using this formula:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rank =&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;'Dimensão 1 - Eixo X'&lt;/SPAN&gt;&lt;SPAN&gt;[Dimensão 1 - Eixo X Campos]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[indicador_vol_mdr]&lt;/SPAN&gt;&lt;SPAN&gt;) but it doesn't seem to work with this dynamic filter.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 18:39:04 GMT</pubDate>
    <dc:creator>zhimingmar</dc:creator>
    <dc:date>2024-03-05T18:39:04Z</dc:date>
    <item>
      <title>How to rank values using field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-rank-values-using-field-parameters/m-p/3743980#M146002</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to rank values with field parameters?&lt;/P&gt;&lt;P&gt;For example, I have a dynamic filter created using field parameters (aging and state) and I'd like that the column rank could give me the rank ordered by the column 'indicador_vol_mdr'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm using this formula:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rank =&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;'Dimensão 1 - Eixo X'&lt;/SPAN&gt;&lt;SPAN&gt;[Dimensão 1 - Eixo X Campos]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[indicador_vol_mdr]&lt;/SPAN&gt;&lt;SPAN&gt;) but it doesn't seem to work with this dynamic filter.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 18:39:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-rank-values-using-field-parameters/m-p/3743980#M146002</guid>
      <dc:creator>zhimingmar</dc:creator>
      <dc:date>2024-03-05T18:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to rank values using field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-rank-values-using-field-parameters/m-p/3744235#M146007</link>
      <description>&lt;P&gt;Please try this ==&amp;gt;&lt;SPAN&gt;Rank =&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;RANKX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Dimensão 1 - Eixo X'&lt;/SPAN&gt;&lt;SPAN&gt;[Dimensão 1 - Eixo X Campos]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[indicador_vol_mdr]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 21:40:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-rank-values-using-field-parameters/m-p/3744235#M146007</guid>
      <dc:creator>JamesFR06</dc:creator>
      <dc:date>2024-03-05T21:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to rank values using field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-rank-values-using-field-parameters/m-p/3745899#M146084</link>
      <description>&lt;P&gt;Hi James, I tried with allselected and it returned me the same result.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I don't know if the problem is that the formula does not understand the field I'm using (&lt;SPAN&gt;'Dimensão 1 - Eixo X'&lt;/SPAN&gt;&lt;SPAN&gt;[Dimensão 1 - Eixo X Campos]) that comes from field parameters.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 11:29:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-rank-values-using-field-parameters/m-p/3745899#M146084</guid>
      <dc:creator>zhimingmar</dc:creator>
      <dc:date>2024-03-06T11:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to rank values using field parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-rank-values-using-field-parameters/m-p/3760267#M146700</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="700841" data-lia-user-login="zhimingmar" class="lia-mention lia-mention-user"&gt;zhimingmar&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you provide a PBIX file that does not contain private data?&amp;nbsp;What is the format of your parameters?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&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;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C02%7Cv-jianpengli%40microsoft.com%7Cd9552f18a0c94a7564f308dc188bf35e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638412236574903368%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=3jxUE%2BTNC8dS4DIhPphEB3NA%2BK94pwURGHu%2BXC4eezw%3D&amp;amp;reserved=0" target="_blank"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Jianpeng Li&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 09:45:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-rank-values-using-field-parameters/m-p/3760267#M146700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-13T09:45:24Z</dc:date>
    </item>
  </channel>
</rss>

