<?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 + Others without calculated column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886861#M7726</link>
    <description>&lt;P&gt;Ok so no solution for me &lt;span class="lia-unicode-emoji" title=":pensive_face:"&gt;😔&lt;/span&gt; as I cannot create calculated columns.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Dec 2019 09:39:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-31T09:39:48Z</dc:date>
    <item>
      <title>RANKX + Others without calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886342#M7708</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen a lots of topics talking about it, but every time, it was about creating new tables or calculated columns ; I cannot.&lt;/P&gt;&lt;P&gt;I use DirectQuery mode, and I want to have a pie chart with Top 5 turnover and "Others" category represented.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope to have not missed the right topic, but here is this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already have a rank measure which ranks the cities by turnover.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 17:08:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886342#M7708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-30T17:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX + Others without calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886751#M7719</link>
      <description>&lt;P&gt;Try below measure,&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rank =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var a =RANKX(ALLSELECTED(Table1[Customer]),[Sales],,DESC,Dense)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var b =5 (As you want&amp;nbsp; top 5 you can make it dynamic also.... top N customers)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if(a&amp;lt;=b,1,0)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;And add it in visual level filter and set is not 0.&lt;/DIV&gt;&lt;DIV&gt;This will give you top 5 Customers without creating any Column.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 31 Dec 2019 07:11:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886751#M7719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-31T07:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX + Others without calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886815#M7721</link>
      <description>&lt;P&gt;Thank you for your answer Anonymous&lt;/LI-USER&gt;.&lt;/P&gt;&lt;P&gt;Will it gives me the "others" category?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 08:35:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886815#M7721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-31T08:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX + Others without calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886827#M7722</link>
      <description>&lt;P&gt;share your sample dataset.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 08:57:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886827#M7722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-31T08:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX + Others without calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886836#M7723</link>
      <description>&lt;P&gt;sorry it will not show others. let me try for others&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 09:07:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886836#M7723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-31T09:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX + Others without calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886856#M7724</link>
      <description>&lt;P&gt;I can't add an attachment to the message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But here is some data:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;Turnover&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USA&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CANADA&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AUSTRALIA&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;GERMANY&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RUSSIA&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;LITHUANIA&lt;/TD&gt;&lt;TD&gt;600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UKRAINE&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result should be:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 09:34:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886856#M7724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-31T09:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX + Others without calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886857#M7725</link>
      <description>&lt;P&gt;without column in not possible. you need to create calculated column.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 09:37:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886857#M7725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-31T09:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: RANKX + Others without calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886861#M7726</link>
      <description>&lt;P&gt;Ok so no solution for me &lt;span class="lia-unicode-emoji" title=":pensive_face:"&gt;😔&lt;/span&gt; as I cannot create calculated columns.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 09:39:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RANKX-Others-without-calculated-column/m-p/886861#M7726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-31T09:39:48Z</dc:date>
    </item>
  </channel>
</rss>

