<?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 Top 9 in different area charts in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-9-in-different-area-charts/m-p/2855704#M91777</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to select top 9 rows based on highest to lowest sales value and show the product in 9 different area charts, like 1st chart will have highest product's monthly sales, 2nd chart will have 2nd highest product's monthly sales and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to give different colors to different chart, so not using small multiples, since small multiples, there is not option to color each chart differently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2022 12:46:24 GMT</pubDate>
    <dc:creator>kinkate18nic</dc:creator>
    <dc:date>2022-10-21T12:46:24Z</dc:date>
    <item>
      <title>Top 9 in different area charts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-9-in-different-area-charts/m-p/2855704#M91777</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to select top 9 rows based on highest to lowest sales value and show the product in 9 different area charts, like 1st chart will have highest product's monthly sales, 2nd chart will have 2nd highest product's monthly sales and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to give different colors to different chart, so not using small multiples, since small multiples, there is not option to color each chart differently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 12:46:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-9-in-different-area-charts/m-p/2855704#M91777</guid>
      <dc:creator>kinkate18nic</dc:creator>
      <dc:date>2022-10-21T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Top 9 in different area charts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-9-in-different-area-charts/m-p/2855949#M91799</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="421728" data-lia-user-login="kinkate18nic" class="lia-mention lia-mention-user"&gt;kinkate18nic&lt;/a&gt; , Create measures like these you need to have more measures for each rank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;use the Top and check that not blank in visual&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rank = Rankx(allseleced(Table[Product]), [sales],,desc,dense)&lt;/P&gt;
&lt;P&gt;Top product = maxx(filter(values(Table[Product]), [rank] =1), [Product])&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 15:06:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-9-in-different-area-charts/m-p/2855949#M91799</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-10-21T15:06:34Z</dc:date>
    </item>
  </channel>
</rss>

