<?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 Show Top N without filtering data in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Show-Top-N-without-filtering-data/m-p/2266343#M33749</link>
    <description>&lt;P&gt;I would like to only visually show the top N results of this visual:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;to look more like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't use the top N filter because the dotted lines are dynamic and will change when the top N filter is used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to show a few legend values without filtering the data?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 22:37:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-01-04T22:37:18Z</dc:date>
    <item>
      <title>Show Top N without filtering data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Show-Top-N-without-filtering-data/m-p/2266343#M33749</link>
      <description>&lt;P&gt;I would like to only visually show the top N results of this visual:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;to look more like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't use the top N filter because the dotted lines are dynamic and will change when the top N filter is used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to show a few legend values without filtering the data?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 22:37:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Show-Top-N-without-filtering-data/m-p/2266343#M33749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-04T22:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show Top N without filtering data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Show-Top-N-without-filtering-data/m-p/2268285#M33769</link>
      <description>&lt;P&gt;What is your definition of "top N" for this scenario?&amp;nbsp; A max value, largest average, something else?&amp;nbsp; Is that something that needs to be calculated via a measure or can it be done via calculated column?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 23:26:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Show-Top-N-without-filtering-data/m-p/2268285#M33769</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-01-05T23:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show Top N without filtering data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Show-Top-N-without-filtering-data/m-p/2278911#M33846</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you use Min line, Max line,Average line, Median line in Analytics. They are dynamic based on data in your visual. If you filter your data by Top N function, they will change. Here I suggest you to create measures to calculate the value you need with All function and then use Y-Axis Constant Line in&amp;nbsp;Analytics.&lt;/P&gt;
&lt;P&gt;Here is my test.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;They are dynamic when I use Top N.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Create measures as below.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Avg = AVERAGEX(ALL(Sheet20),Sheet20[Value])&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Max = MAXX(ALL(Sheet20),Sheet20[Value])&lt;/LI-CODE&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 06:40:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Show-Top-N-without-filtering-data/m-p/2278911#M33846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-12T06:40:27Z</dc:date>
    </item>
  </channel>
</rss>

