<?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: Keep ranking value with filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2978903#M99812</link>
    <description>&lt;P&gt;Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Ranking =
RANKX (
    ALL ( 'Dim Grupo'[GRUPO_ABREV] ),
    CALCULATE ( SUM ( 'Fact total'[Primas emitidas] ) ),
    ,
    DESC,
    SKIP
)
&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 20 Dec 2022 11:52:32 GMT</pubDate>
    <dc:creator>johnt75</dc:creator>
    <dc:date>2022-12-20T11:52:32Z</dc:date>
    <item>
      <title>Keep ranking value with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2978721#M99800</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I am trying to represent the global ranking position for an entity and I get it. But when I want to show only one of the entities the ranking value becomes 1. I understand why it does this, but I don't manage to keep its actual position in the ranking even if I am filtering the visual by a single entity.&lt;/P&gt;&lt;P&gt;Can this be done?&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;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 10:29:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2978721#M99800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-20T10:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Keep ranking value with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2978903#M99812</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Ranking =
RANKX (
    ALL ( 'Dim Grupo'[GRUPO_ABREV] ),
    CALCULATE ( SUM ( 'Fact total'[Primas emitidas] ) ),
    ,
    DESC,
    SKIP
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Dec 2022 11:52:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2978903#M99812</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-12-20T11:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Keep ranking value with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2978964#M99822</link>
      <description>&lt;P&gt;Does not work&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;I want to keep the original value&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 12:26:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2978964#M99822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-20T12:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Keep ranking value with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979141#M99837</link>
      <description>&lt;P&gt;Are there any other columns in your table visual, as opposed to measures ?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 13:43:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979141#M99837</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-12-20T13:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Keep ranking value with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979240#M99841</link>
      <description>&lt;P&gt;The "Premium Ranking (Product Ranking)" is the metric with the overall ranking. The second ranking metric is the DAX metric I have attached above and finally, "Ranking (community)" is the metric that contains the code you have provided me.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 14:24:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979240#M99841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-20T14:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Keep ranking value with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979275#M99844</link>
      <description>&lt;P&gt;Is it possible to share a PBIX with any confidential information removed ? I've tried the code I wrote against one of my models and it seems to work correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 14:34:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979275#M99844</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-12-20T14:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Keep ranking value with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979481#M99856</link>
      <description>&lt;P&gt;I'm sorry, I'm afraid that's not possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the metric you have provided me and if you filter by one of the categories that form "GROUPS_ABREV" the value it takes is 1 because it is the only row that is showing&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 15:44:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979481#M99856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-20T15:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Keep ranking value with filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979541#M99859</link>
      <description>&lt;P&gt;Can you post the query generated for the table visual from Performance Analyzer?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 16:20:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-value-with-filter/m-p/2979541#M99859</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-12-20T16:20:23Z</dc:date>
    </item>
  </channel>
</rss>

