<?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 Keep ranking after adding more columns in table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-after-adding-more-columns-in-table/m-p/3149480#M112777</link>
    <description>&lt;P&gt;hello everyone i have this table&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;which the ranking is correct&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;but when i ad time code to the table i get wrong ranking&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i keep the same ranking as first table even after adding code&lt;BR /&gt;&lt;BR /&gt;here is the measure&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Ranking Campaigns By Time = 
RANKX(
    ALLSELECTED(Campaigns[Campaign Name]), 
    [Time CTR],
    ,
    DESC,Dense
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 10:26:48 GMT</pubDate>
    <dc:creator>eliasayyy</dc:creator>
    <dc:date>2023-03-23T10:26:48Z</dc:date>
    <item>
      <title>Keep ranking after adding more columns in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-after-adding-more-columns-in-table/m-p/3149480#M112777</link>
      <description>&lt;P&gt;hello everyone i have this table&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;which the ranking is correct&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;but when i ad time code to the table i get wrong ranking&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i keep the same ranking as first table even after adding code&lt;BR /&gt;&lt;BR /&gt;here is the measure&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Ranking Campaigns By Time = 
RANKX(
    ALLSELECTED(Campaigns[Campaign Name]), 
    [Time CTR],
    ,
    DESC,Dense
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 10:26:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-after-adding-more-columns-in-table/m-p/3149480#M112777</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-03-23T10:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Keep ranking after adding more columns in table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-after-adding-more-columns-in-table/m-p/3149548#M112782</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Ranking Campaigns By Time =
CALCULATE (
    RANKX ( ALLSELECTED ( Campaigns[Campaign Name] ), [Time CTR],, DESC, DENSE ),
    REMOVEFILTERS ( Campaigns[Code] )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 Mar 2023 10:53:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Keep-ranking-after-adding-more-columns-in-table/m-p/3149548#M112782</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-03-23T10:53:41Z</dc:date>
    </item>
  </channel>
</rss>

