<?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 Rankx Filtering in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-Filtering/m-p/991248#M12317</link>
    <description>&lt;P&gt;Hi, I'm trying to create a "top 10" dashboard for the top 10 customer calls to a help desk. In order to identify the top 10 callers, I have created a RANKX measure as follows:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Company Rank = RANKX(ALL('Top 10 - Q1'[Company Name]),[Call Count],,DESC)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This seems to work fine for me as the top 10 callers are being identified.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However, I want to add this measure as a filter to my visuals. For example, what top 5 services are my top 10 customers calling for. I have already used a 'Top N' filter on this visual for 'Top 5 Services'. Since I cannot add two 'Top N' filters to a visual, I thought doing a 'less than or equal to' on a RANKX measure would work but for some reason the filter does not work for me. Is there a way to work around this?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Mar 2020 15:01:07 GMT</pubDate>
    <dc:creator>sanabritto</dc:creator>
    <dc:date>2020-03-25T15:01:07Z</dc:date>
    <item>
      <title>Rankx Filtering</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-Filtering/m-p/991248#M12317</link>
      <description>&lt;P&gt;Hi, I'm trying to create a "top 10" dashboard for the top 10 customer calls to a help desk. In order to identify the top 10 callers, I have created a RANKX measure as follows:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Company Rank = RANKX(ALL('Top 10 - Q1'[Company Name]),[Call Count],,DESC)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This seems to work fine for me as the top 10 callers are being identified.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However, I want to add this measure as a filter to my visuals. For example, what top 5 services are my top 10 customers calling for. I have already used a 'Top N' filter on this visual for 'Top 5 Services'. Since I cannot add two 'Top N' filters to a visual, I thought doing a 'less than or equal to' on a RANKX measure would work but for some reason the filter does not work for me. Is there a way to work around this?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Mar 2020 15:01:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-Filtering/m-p/991248#M12317</guid>
      <dc:creator>sanabritto</dc:creator>
      <dc:date>2020-03-25T15:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rankx Filtering</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-Filtering/m-p/1043161#M14018</link>
      <description>&lt;P&gt;Can you add sample tables (in format that can be copied to PowerBI) from your model with anonymised data? Like this (just copy and paste into the post window).&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Column1&lt;/TD&gt;
&lt;TD&gt;Column2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;2.5&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 04:49:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rankx-Filtering/m-p/1043161#M14018</guid>
      <dc:creator>Stachu</dc:creator>
      <dc:date>2020-04-23T04:49:23Z</dc:date>
    </item>
  </channel>
</rss>

