<?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: Use Wildcard Operator in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4905317#M42697</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/673712"&gt;@SudhanshuD4512&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just following up to see if the Response provided by community members were helpful in addressing the issue. if the issue still persists Feel free to reach out if you need any further clarification or assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Prasanna Kumar&lt;/P&gt;</description>
    <pubDate>Fri, 19 Dec 2025 03:35:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-12-19T03:35:49Z</dc:date>
    <item>
      <title>Use Wildcard Operator</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4898050#M42611</link>
      <description>&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Column&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;BXC1234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;BXC77882&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCGDEE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DFGUYSH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;BXCIUYH&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suppose I have this column to filter such that I want only values start from BXC. How to achieve in paginated report. I am not using query but using existing semantic model&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 05:57:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4898050#M42611</guid>
      <dc:creator>SudhanshuD4512</dc:creator>
      <dc:date>2025-12-10T05:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Use Wildcard Operator</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4898061#M42612</link>
      <description>&lt;P&gt;There are many ways to do this, pleaes try following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1:&lt;/P&gt;&lt;H2&gt;&lt;FONT color="#000000"&gt;Using &lt;FONT color="#00FF00"&gt;LIKE&lt;/FONT&gt; with Wildcards&lt;/FONT&gt;&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;FONT color="#000000"&gt;Add a filter&amp;nbsp;to your dataset or tablix&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;FONT color="#000000"&gt;Set the filter expression&amp;nbsp;to your column name&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;FONT color="#000000"&gt;Set the operator&amp;nbsp;to &lt;FONT color="#00FF00"&gt;like&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;FONT color="#000000"&gt;Set the value&amp;nbsp;to: &lt;FONT color="#00FF00"&gt;BXC%&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;Expression: [YourColumnName]
Operator: Like
Value: BXC%&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;2:&lt;/FONT&gt;&lt;/P&gt;&lt;H2&gt;Using &lt;FONT color="#00FF00"&gt;LEFT&lt;/FONT&gt;&amp;nbsp;Function&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;Add a filter&amp;nbsp;to your dataset or tablix&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Set the filter expression&amp;nbsp;to:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;text&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;=LEFT(Fields!YourColumnName.Value, 3)&lt;/PRE&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Set the operator&amp;nbsp;to &lt;FONT color="#00FF00"&gt;=&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Set the value&amp;nbsp;to: &lt;FONT color="#00FF00"&gt;BXC&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;&lt;SPAN&gt;3:&lt;/SPAN&gt;&lt;/H2&gt;&lt;H2&gt;Using &lt;FONT color="#00FF00"&gt;InStr&lt;/FONT&gt;&amp;nbsp;Function&lt;/H2&gt;&lt;P class=""&gt;For more complex pattern matching:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;text&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;Expression: =InStr(Fields!YourColumnName.Value, "BXC")
Operator: =
Value: 1&lt;/PRE&gt;&lt;/DIV&gt;&lt;P class=""&gt;This ensures "BXC" appears at the beginning (position 1).&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;H2&gt;Steps to Implement:&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;Right-click&amp;nbsp;on your dataset/tablix →&amp;nbsp;Properties&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Go to the&amp;nbsp;Filters&amp;nbsp;tab&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Click&amp;nbsp;Add&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Configure the filter using one of the methods above&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Click&amp;nbsp;OK&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;SPAN&gt;The wildcard &lt;FONT color="#00FF00"&gt;%&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;in the &lt;FONT color="#00FF00"&gt;LIKE&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;operator matches any sequence of characters, so &lt;FONT color="#00FF00"&gt;BXC%&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;will match:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; BXC1234&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; BXC77882&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; BXCIUYH&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt; ABCGDEE (doesn't start with BXC)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt; DFGUYSH (doesn't start with BXC)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;Note:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;The exact filter dialog may vary slightly depending on whether you're filtering at the dataset level or the tablix level, but the expression syntax remains the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Dec 2025 06:20:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4898061#M42612</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2025-12-10T06:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Use Wildcard Operator</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4899238#M42621</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/673712"&gt;@SudhanshuD4512&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;The best way to achieve is via * operator&amp;nbsp;&lt;BR /&gt;You can configured the wildcard filter and add expression as your columnnB, operator : like and value: type BXC*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt; I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":military_medal:"&gt;🎖&lt;/span&gt; As a proud &lt;STRONG&gt;SuperUser&lt;/STRONG&gt; and &lt;STRONG&gt;Microsoft Partner&lt;/STRONG&gt;, we’re here to empower your data journey and the Power BI Community at large.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt; Curious to explore more? &lt;SPAN&gt;&lt;A href="https://www.grazitti.com/services/data-science/solutions/data-visualization/?utm_source=community&amp;amp;utm_medium=powerbi-community&amp;amp;utm_campaign=Community-Outreach-By-Analytics" target="_blank" rel="noopener"&gt;[Discover here]&lt;/A&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Let’s keep building smarter solutions together!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 04:49:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4899238#M42621</guid>
      <dc:creator>grazitti_sapna</dc:creator>
      <dc:date>2025-12-11T04:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use Wildcard Operator</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4901629#M42653</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/673712"&gt;@SudhanshuD4512&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community, and special thanks to&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/546935"&gt;@grazitti_sapna&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/403667"&gt;@123abc&lt;/a&gt;&amp;nbsp; for prompt and helpful responses.&lt;/P&gt;
&lt;P&gt;Just following up to see if the Response provided by community members were helpful in addressing the issue. if the issue still persists Feel free to reach out if you need any further clarification or assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Prasanna Kumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 02:57:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4901629#M42653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-12-15T02:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use Wildcard Operator</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4905317#M42697</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/673712"&gt;@SudhanshuD4512&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just following up to see if the Response provided by community members were helpful in addressing the issue. if the issue still persists Feel free to reach out if you need any further clarification or assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Prasanna Kumar&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 03:35:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Use-Wildcard-Operator/m-p/4905317#M42697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-12-19T03:35:49Z</dc:date>
    </item>
  </channel>
</rss>

