<?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 Visual for filtering data with multiple keywords in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4391251#M12136</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I need a visual where users can write multiple keywords to filter data. In my case, I would need to filter with &lt;STRONG&gt;AND&lt;/STRONG&gt; operation, meaning that all rows that include any of the keywords are shown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried Microsoft's Text Filter visual. That visual does not searching with multiple keywords.&lt;/P&gt;&lt;P&gt;appriciate your assistance.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 09:11:10 GMT</pubDate>
    <dc:creator>tanehome1</dc:creator>
    <dc:date>2025-02-03T09:11:10Z</dc:date>
    <item>
      <title>Visual for filtering data with multiple keywords</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4391251#M12136</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I need a visual where users can write multiple keywords to filter data. In my case, I would need to filter with &lt;STRONG&gt;AND&lt;/STRONG&gt; operation, meaning that all rows that include any of the keywords are shown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried Microsoft's Text Filter visual. That visual does not searching with multiple keywords.&lt;/P&gt;&lt;P&gt;appriciate your assistance.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 09:11:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4391251#M12136</guid>
      <dc:creator>tanehome1</dc:creator>
      <dc:date>2025-02-03T09:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Visual for filtering data with multiple keywords</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4391563#M12137</link>
      <description>&lt;P&gt;Try the NEW text slicer. It actually does that. Sort of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Power-BI-Community-Blog/Introducing-the-new-text-slicer-in-Power-BI/ba-p/4325955" target="_blank"&gt;Introducing the new text slicer in Power BI - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 02:23:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4391563#M12137</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-02-03T02:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Visual for filtering data with multiple keywords</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4391672#M12138</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/737154"&gt;@tanehome1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp; comments. You can use new &lt;STRONG&gt;Text slicer&lt;/STRONG&gt; as it's a &lt;STRONG&gt;default vaisual.&lt;/STRONG&gt;&amp;nbsp; Please follow below steps.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Let's say you have to search the key words like "Book, Pencils and White" Refer below snapshot&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="suparnababu8_0-1738557560709.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1233598iA4A937DED4CB20A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="suparnababu8_0-1738557560709.png" alt="suparnababu8_0-1738557560709.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Now I will search those key words in text slicer. You will be able to see all values related to these key words will be filtered as shown in below snapshot.&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="suparnababu8_1-1738557706978.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1233599i2D29530BA68B6935/image-size/medium?v=v2&amp;amp;px=400" role="button" title="suparnababu8_1-1738557706978.png" alt="suparnababu8_1-1738557706978.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;So if you want to search multiple values you have to turn on one option under formatting settings is&amp;nbsp;&lt;STRONG&gt;Accept Multiple Values&amp;nbsp;&lt;/STRONG&gt;under slicer settings. Pls refere below snapshot&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="suparnababu8_3-1738557918082.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1233601iB8277871369E5071/image-size/medium?v=v2&amp;amp;px=400" role="button" title="suparnababu8_3-1738557918082.png" alt="suparnababu8_3-1738557918082.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Additional Tip: Still it's in preview stage. So, Don't use this in your Production environments until and unless it has GA announcemnet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope now you are clear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thank you!Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="image.png" style="width: 58px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1230842i6C8C09406976D4EF/image-dimensions/58x58?v=v2" width="58" height="58" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;Proud to be a Super User!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 04:47:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4391672#M12138</guid>
      <dc:creator>suparnababu8</dc:creator>
      <dc:date>2025-02-03T04:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Visual for filtering data with multiple keywords</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4392660#M12142</link>
      <description>&lt;P&gt;thank you for reply, sorry for my mistake as i need to search the multiple words with "AND" not "OR" and i write "OR" by mistake&lt;/P&gt;&lt;P&gt;actually new text slicer is great but it seems it using "OR" and no option to change it.&lt;/P&gt;&lt;P&gt;is there a way to change it to search with "AND"?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 14:44:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4392660#M12142</guid>
      <dc:creator>tanehome1</dc:creator>
      <dc:date>2025-02-03T14:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Visual for filtering data with multiple keywords</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4393009#M12143</link>
      <description>&lt;P&gt;It's allegedly on their roadmap for future features.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the Advanced Filter in the filter pane if you want to do this now. You can have more than two conditions there too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lbendlin_0-1738608013197.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1233884i26B7F489FFDFFF86/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_0-1738608013197.png" alt="lbendlin_0-1738608013197.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 18:40:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4393009#M12143</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-02-03T18:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Visual for filtering data with multiple keywords</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4396982#M12160</link>
      <description>&lt;P&gt;thank you for reply and for good news that it will be available in the future, hope will be soon.&lt;/P&gt;&lt;P&gt;actually, i did not prefer advanced filter and tring to find more user freindly way to do so.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 18:53:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4396982#M12160</guid>
      <dc:creator>tanehome1</dc:creator>
      <dc:date>2025-02-05T18:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Visual for filtering data with multiple keywords</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4397223#M12162</link>
      <description>&lt;P&gt;I think we have differing opinions on what "user friendly"&amp;nbsp; means.&amp;nbsp; Make sure to test with your real world users.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 23:16:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Visual-for-filtering-data-with-multiple-keywords/m-p/4397223#M12162</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-02-05T23:16:28Z</dc:date>
    </item>
  </channel>
</rss>

