<?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: RankX gives all 1 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2175252#M50596</link>
    <description>&lt;P&gt;If you're calling a measure, then there's an implicit CALCULATE already.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Nov 2021 17:30:54 GMT</pubDate>
    <dc:creator>AlexisOlson</dc:creator>
    <dc:date>2021-11-05T17:30:54Z</dc:date>
    <item>
      <title>RankX gives all 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2175168#M50592</link>
      <description>&lt;P&gt;Hi My rankX gives all 1.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is the code&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Ranking = &lt;/SPAN&gt;&lt;SPAN&gt;RANKX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Enhet[Enhet]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Medelkontinuitet]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I've acctually done a lot of rankings before with this exact concept that is:&lt;BR /&gt;&lt;BR /&gt;Ranking = Rankx(&lt;BR /&gt;All("some category reference in a column"),&amp;nbsp;&lt;BR /&gt;&amp;nbsp;[measure])&lt;BR /&gt;&lt;BR /&gt;I have relationship between the enhet table ande kontinuitet table which is were the measure is calculated from.....&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any ideas why it is behaving this way?&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Nov 2021 16:43:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2175168#M50592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-05T16:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: RankX gives all 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2175223#M50594</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;See if this helps. You probably need a CALCULATE or something:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/To-Bleep-with-RANKX/m-p/1042520#M452" target="_blank"&gt;To *Bleep* with RANKX! - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 17:16:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2175223#M50594</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-11-05T17:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: RankX gives all 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2175252#M50596</link>
      <description>&lt;P&gt;If you're calling a measure, then there's an implicit CALCULATE already.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 17:30:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2175252#M50596</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-11-05T17:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: RankX gives all 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2176959#M50638</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin-bottom: 12.0pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;By my test, there may be two reasons for your problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 12.0pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;1.You can modify your formula to “Ranking=RANKX(ALL(Enhet),[Medelkontinuitet])”.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 12.0pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;2.If it still not work, you can verify if the measure “[Medelkontinuitet]” has the same value in the table “Enhet”.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 12.0pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;SPAN&gt;Or you are still confused about it, please provide me with more details about your problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 12.0pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;Best Regards,&lt;BR /&gt;Community Support Team _ kalyj&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="xmsonormal"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 03:07:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2176959#M50638</guid>
      <dc:creator>v-yanjiang-msft</dc:creator>
      <dc:date>2021-11-08T03:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: RankX gives all 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2177095#M50642</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&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;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;'Enhet'&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; ) ,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;[Measure]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;)&lt;BR /&gt;Hope so this will resolve your query.&lt;BR /&gt;Please accept it as a solution if you achieve the required target.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:35:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2177095#M50642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-08T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: RankX gives all 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2177205#M50646</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Are you using the same column inside RANKX and the Visual/Matrix?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:32:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2177205#M50646</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2021-11-08T06:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: RankX gives all 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2185426#M50950</link>
      <description>&lt;P&gt;Using the whole table worked!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 14:36:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2185426#M50950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-11T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: RankX gives all 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2185477#M50952</link>
      <description>&lt;P&gt;But why does this work..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 15:15:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/2185477#M50952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-11T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: RankX gives all 1</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/3275558#M121499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having the same problem,&lt;/P&gt;&lt;P&gt;I created a measure from the same table.. BAD measure is also from CSAT Table.&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;'CSAT'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[Bad]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 01:36:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-gives-all-1/m-p/3275558#M121499</guid>
      <dc:creator>claive</dc:creator>
      <dc:date>2023-06-09T01:36:46Z</dc:date>
    </item>
  </channel>
</rss>

