<?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 issue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764497#M85819</link>
    <description>&lt;P&gt;Hmm, that works for me, and notice how the Others row is now getting a value. Use Performance Analyzer to get the code generated for the table and paste it into DAX Studio. That will tell you if any other filters are being applied which might affect the results, and if you execute the query you can compare the results from DAX Studio with Power BI, which should of course be the same&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2022 13:13:31 GMT</pubDate>
    <dc:creator>johnt75</dc:creator>
    <dc:date>2022-09-13T13:13:31Z</dc:date>
    <item>
      <title>Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764279#M85806</link>
      <description>&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;I am trying to figure out what is wrong with my dax measure.&amp;nbsp; &amp;nbsp;I don't understand why I am getting 1 for all ranks.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Tue, 13 Sep 2022 12:10:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764279#M85806</guid>
      <dc:creator>sandman3300</dc:creator>
      <dc:date>2022-09-13T12:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764404#M85812</link>
      <description>&lt;P&gt;You are removing the filter from the Exposure column but there is also a filter on the Observation column. Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Ranking measure =
RANKX (
    ALL ( 'Safety stats' ),
    CALCULATE ( SUM ( 'Safety stats'[Observations] ) )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Sep 2022 12:48:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764404#M85812</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-09-13T12:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764441#M85816</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 12:59:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764441#M85816</guid>
      <dc:creator>sandman3300</dc:creator>
      <dc:date>2022-09-13T12:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764497#M85819</link>
      <description>&lt;P&gt;Hmm, that works for me, and notice how the Others row is now getting a value. Use Performance Analyzer to get the code generated for the table and paste it into DAX Studio. That will tell you if any other filters are being applied which might affect the results, and if you execute the query you can compare the results from DAX Studio with Power BI, which should of course be the same&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 13:13:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764497#M85819</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-09-13T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764577#M85821</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 13:40:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764577#M85821</guid>
      <dc:creator>sandman3300</dc:creator>
      <dc:date>2022-09-13T13:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764609#M85822</link>
      <description>&lt;P&gt;Nothing unusual there. Is it possible to share a PBIX with any confidential information removed ?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 13:55:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764609#M85822</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-09-13T13:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764650#M85825</link>
      <description>&lt;P&gt;One more piece of information I created another table&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Exposures = &lt;/SPAN&gt;&lt;SPAN&gt;ALLNOBLANKROW&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Safety Stats'&lt;/SPAN&gt;&lt;SPAN&gt;[Exposure]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;img /&gt;&lt;P&gt;I used the exposure column from the newly created table.&amp;nbsp; And the ranking started working suddenly.&amp;nbsp; At this point I think it is some kind bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Sep 2022 14:10:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764650#M85825</guid>
      <dc:creator>sandman3300</dc:creator>
      <dc:date>2022-09-13T14:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764668#M85827</link>
      <description>&lt;P&gt;as long as its working, thats the main thing.&lt;/P&gt;
&lt;P&gt;the other relationship going into the Safety Stats table, is that single direction or bidirectional? if its bidirectional that could be causing an issue&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 14:15:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764668#M85827</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-09-13T14:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764692#M85831</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I just deleted all other tables.&amp;nbsp; And it is still not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 14:24:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764692#M85831</guid>
      <dc:creator>sandman3300</dc:creator>
      <dc:date>2022-09-13T14:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764699#M85834</link>
      <description>&lt;P&gt;that is really weird&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 14:26:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764699#M85834</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-09-13T14:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764730#M85838</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I exported the table to excel and created a new power bi file with that source and It did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed some other columns and then it started working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 14:41:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764730#M85838</guid>
      <dc:creator>sandman3300</dc:creator>
      <dc:date>2022-09-13T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764740#M85841</link>
      <description>&lt;P&gt;I'd go for your ALLNOBLANKROW solution.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 14:46:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2764740#M85841</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-09-13T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2765031#M85858</link>
      <description>&lt;P&gt;Thanks for looking into this.&amp;nbsp; I was very confused for a long time.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 17:17:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-issue/m-p/2765031#M85858</guid>
      <dc:creator>sandman3300</dc:creator>
      <dc:date>2022-09-13T17:17:36Z</dc:date>
    </item>
  </channel>
</rss>

