<?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: Power BI Custom Visual Text Filter -- data limitation in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3747021#M9155</link>
    <description>&lt;P&gt;Power BI Can handle large datasets, but it is designed for aggregation (i.e., minimal data points) when it comes to using visuals on the canvas. Slicers (which are a visual) need to look at all available data, which means that Power BI needs to send all available values to it before its logic can work. This limit is 30K rows (if the visual author has permitted this amount; in this case, they have).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;has advised, you would need to use the filter pane for such a scenario, as this isn't a visual on the canvas and is not subject to the same limitations.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 20:40:20 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2024-03-06T20:40:20Z</dc:date>
    <item>
      <title>Power BI Custom Visual Text Filter -- data limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3729835#M9013</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I have a very large dataset, imported to my local workspace. When I use the Text Filter to search for data, it doesn't always find it. Is there any limitation of data size that the filter can support?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 07:48:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3729835#M9013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-28T07:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visual Text Filter -- data limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3744530#M9141</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/microsoft/PowerBI-visuals-TextFilter/blob/main/capabilities.json#L67-L71" target="_self"&gt;For looking at the source code&lt;/A&gt;, it looks like they are using the &lt;A href="https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-data-points#power-bi-visuals:~:text=Power%20BI%20visuals%20can%20get%20up%20to%2030%2C000%20data%20points%2C%20but%20it%27s%20up%20to%20the%20visual%20authors%20to%20indicate%20which%20strategies%20to%20use.%20The%20default%20limit%20is%201%2C000%2C%20but%20the%20visual%20creator%20can%20change%20that%20up%20to%20a%20maximum%20of%2030%2C000." target="_self"&gt;maximum limit of 30,000 rows&lt;/A&gt;. This means that if you have more than 30,000 unique values of the column you're attempting to filter, then some of them will be omitted based on the order they are sent to the visual by Power BI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 01:49:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3744530#M9141</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2024-03-06T01:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visual Text Filter -- data limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3744969#M9143</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Thanks for the answer! That's way not enough for me. I have millions of rows.&lt;/P&gt;&lt;P&gt;Is there any way to optimize/make Power BI handle this, or is Power BI simply unable to handle large datasets?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 05:56:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3744969#M9143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-06T05:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visual Text Filter -- data limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3745930#M9146</link>
      <description>&lt;P&gt;It means that this custom visual is not suitable. The Filter pane will be able to handle the volume.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 11:55:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3745930#M9146</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-06T11:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visual Text Filter -- data limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3745956#M9147</link>
      <description>&lt;P&gt;Thanks! If that's how it is, is there a way to prompt the end user enter the value for filtering?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 12:07:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3745956#M9147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-06T12:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visual Text Filter -- data limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3746001#M9149</link>
      <description>&lt;P&gt;Have a training session with them where you teach them how to use the filter pane.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 12:22:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3746001#M9149</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-06T12:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visual Text Filter -- data limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3747021#M9155</link>
      <description>&lt;P&gt;Power BI Can handle large datasets, but it is designed for aggregation (i.e., minimal data points) when it comes to using visuals on the canvas. Slicers (which are a visual) need to look at all available data, which means that Power BI needs to send all available values to it before its logic can work. This limit is 30K rows (if the visual author has permitted this amount; in this case, they have).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;has advised, you would need to use the filter pane for such a scenario, as this isn't a visual on the canvas and is not subject to the same limitations.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 20:40:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Power-BI-Custom-Visual-Text-Filter-data-limitation/m-p/3747021#M9155</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2024-03-06T20:40:20Z</dc:date>
    </item>
  </channel>
</rss>

