<?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 Filter Top N rows to keep visual from breaking in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filter-Top-N-rows-to-keep-visual-from-breaking/m-p/3549349#M8397</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table visual with over 1 million rows (1 trillion), which gives an error untill a dashboard user uses filters to reduce the number of rows to somewhere below 1 million. Using conditional formatting, I have made the visual transparant when: countdistinct(unique row id) &amp;gt; 150.000, aka when the visual would exceed&amp;nbsp;150.000 rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, the visual would be invisible untill a user filters below 150.000 rows, and then appear. However, now the visual breaks when it exceeds 1 million rows, creating the well-known grey square, which is not what I want in my dashboard.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I've tried using the&amp;nbsp;Top N filter in the filter pane (top 150.000 unique row id), but this works extremely slow and is therefore not feasible. However, a function like this would be exactly what I'm looking for. I'm working with DirectQuery so I can't create a calculated table with the top 150.000 / 1 million rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there other ways to reduce the data in my visual so that it doesn't break anymore?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sophie&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2023 15:11:54 GMT</pubDate>
    <dc:creator>sophietje1p</dc:creator>
    <dc:date>2023-11-23T15:11:54Z</dc:date>
    <item>
      <title>Filter Top N rows to keep visual from breaking</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filter-Top-N-rows-to-keep-visual-from-breaking/m-p/3549349#M8397</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table visual with over 1 million rows (1 trillion), which gives an error untill a dashboard user uses filters to reduce the number of rows to somewhere below 1 million. Using conditional formatting, I have made the visual transparant when: countdistinct(unique row id) &amp;gt; 150.000, aka when the visual would exceed&amp;nbsp;150.000 rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, the visual would be invisible untill a user filters below 150.000 rows, and then appear. However, now the visual breaks when it exceeds 1 million rows, creating the well-known grey square, which is not what I want in my dashboard.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I've tried using the&amp;nbsp;Top N filter in the filter pane (top 150.000 unique row id), but this works extremely slow and is therefore not feasible. However, a function like this would be exactly what I'm looking for. I'm working with DirectQuery so I can't create a calculated table with the top 150.000 / 1 million rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there other ways to reduce the data in my visual so that it doesn't break anymore?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sophie&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 15:11:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filter-Top-N-rows-to-keep-visual-from-breaking/m-p/3549349#M8397</guid>
      <dc:creator>sophietje1p</dc:creator>
      <dc:date>2023-11-23T15:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Top N rows to keep visual from breaking</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filter-Top-N-rows-to-keep-visual-from-breaking/m-p/3551715#M8407</link>
      <description>&lt;P&gt;Challenge your business users about the usefulness of that table visual. No user will ever scroll past the first 100 rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aggregate your data in a meaningful way.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 02:55:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filter-Top-N-rows-to-keep-visual-from-breaking/m-p/3551715#M8407</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-25T02:55:59Z</dc:date>
    </item>
  </channel>
</rss>

