<?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: Custom Visual Filter for Cross-Report Filtering (Not Just Page-Level) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Filter-for-Cross-Report-Filtering-Not-Just-Page/m-p/4724628#M61685</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1284674"&gt;@mshaq&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Could you please confirm if you've submitted this as an idea in the Ideas Forum? If so, sharing the link here would be helpful for other community members who may have similar feedback.&lt;/P&gt;
&lt;P&gt;If we don’t hear back, we’ll go ahead and close this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum &amp;nbsp;we’ll be happy to assist.&lt;/P&gt;
&lt;P&gt;Thank you for being part of the Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Jun 2025 18:25:03 GMT</pubDate>
    <dc:creator>v-dineshya</dc:creator>
    <dc:date>2025-06-08T18:25:03Z</dc:date>
    <item>
      <title>Custom Visual Filter for Cross-Report Filtering (Not Just Page-Level)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Filter-for-Cross-Report-Filtering-Not-Just-Page/m-p/4716790#M61566</link>
      <description>&lt;P&gt;Hi Power BI Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m developing a&amp;nbsp;custom visual&amp;nbsp;that acts as a&amp;nbsp;user-input filter&amp;nbsp;(text-based) to dynamically filter other visuals. While the filter works for the current page, I need it to apply&amp;nbsp;cross-report filtering&amp;nbsp;(affecting all pages/reports).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current Approach:&lt;/P&gt;&lt;P&gt;I’m using&amp;nbsp;this.host.applyJsonFilter()&amp;nbsp;with the following parameters:&lt;/P&gt;&lt;P&gt;this.host.applyJsonFilter( filter, &amp;nbsp;"general", &amp;nbsp;"filter", FilterAction.merge );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected:&amp;nbsp;Filter should apply to all pages/reports.&lt;/P&gt;&lt;P&gt;Actual:&amp;nbsp;Only works on the&amp;nbsp;current page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I’ve Tried&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"general" =No effect.&lt;/LI&gt;&lt;LI&gt;"allPages" = Doesn't filter at all.&lt;/LI&gt;&lt;LI&gt;"report" =Same as&amp;nbsp;"allPages".&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 02 Jun 2025 11:15:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Filter-for-Cross-Report-Filtering-Not-Just-Page/m-p/4716790#M61566</guid>
      <dc:creator>mshaq</dc:creator>
      <dc:date>2025-06-02T11:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Filter for Cross-Report Filtering (Not Just Page-Level)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Filter-for-Cross-Report-Filtering-Not-Just-Page/m-p/4717035#M61572</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1284674"&gt;@mshaq&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure if this answers your question, but I would suggest you to go through the microsoft documentation which explains about different features that you can implement in custom visual code&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/enable-sync-slicers" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/developer/visuals/enable-sync-slicers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are aware that Microsoft has released Text Slicer recently which allow the end user to enter text input and based on that all the visuals on the page will filter. It supports slicer syncing as well. I would suggest you to give it a stab and see if you can leverage that default visualization&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/pulse/drumroll-please-new-text-slicer-here-pbicorevisuals-6zvef/" target="_blank"&gt;https://www.linkedin.com/pulse/drumroll-please-new-text-slicer-here-pbicorevisuals-6zvef/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, With May 2025 update you can copy pasted the values in bulk on top of a list slicer or a button slicer. Then the filters will get applied automatically, here is the blog post for your reference&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerbi.microsoft.com/en-us/blog/power-bi-may-2025-feature-summary/#post-29934-_Toc367700813" target="_blank"&gt;https://powerbi.microsoft.com/en-us/blog/power-bi-may-2025-feature-summary/#post-29934-_Toc367700813&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Connect on &lt;A href="https://www.linkedin.com/in/tharun-kumar-ravikrindhi/" target="_blank" rel="noopener"&gt;LinkedIn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV style="border-radius: 1px; padding: 10px; border: solid #cccccc 1px; background: #fafafa no-repeat right 10px center;"&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG style="margin-right: 3px;"&gt;&lt;STRONG style="margin-right: 3px;"&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG style="margin-right: 3px;"&gt;&lt;STRONG style="margin-right: 3px;"&gt;If I helped you, click on the Thumbs Up to give Kudos.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt;
&lt;P style="padding: 0; margin: 5px 50px 0 0;"&gt;Proud to be a Super User!&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PBI_SuperUser_Rank@2x.png" style="width: 70px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1107700iD5193F780866AA58/image-size/large?v=v2&amp;amp;px=999" width="70" role="button" title="PBI_SuperUser_Rank@2x.png" alt="PBI_SuperUser_Rank@2x.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Jun 2025 13:25:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Filter-for-Cross-Report-Filtering-Not-Just-Page/m-p/4717035#M61572</guid>
      <dc:creator>tharunkumarRTK</dc:creator>
      <dc:date>2025-06-02T13:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Filter for Cross-Report Filtering (Not Just Page-Level)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Filter-for-Cross-Report-Filtering-Not-Just-Page/m-p/4720032#M61613</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1284674"&gt;@mshaq&lt;/a&gt;&amp;nbsp;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to us on the Microsoft Fabric Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Only sync slicer and Report level filter can filter&amp;nbsp; all visuals in all pages. Custom visual filter will work on current page. Their is no such feature in Power bi, to filter all visuals in report level with custom visual filter.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest submitting your detailed feedback and ideas through Microsoft's official feedback channels, such as Microsoft Fabric Ideas. Feedback submitted through these channels is frequently reviewed by the product teams and can contribute to meaningful improvements.&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/idb-p/fbc_ideas/ideas/search-ideas" target="_blank"&gt;Fabric Ideas - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:41:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Filter-for-Cross-Report-Filtering-Not-Just-Page/m-p/4720032#M61613</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2025-06-04T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Filter for Cross-Report Filtering (Not Just Page-Level)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Filter-for-Cross-Report-Filtering-Not-Just-Page/m-p/4724628#M61685</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1284674"&gt;@mshaq&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Could you please confirm if you've submitted this as an idea in the Ideas Forum? If so, sharing the link here would be helpful for other community members who may have similar feedback.&lt;/P&gt;
&lt;P&gt;If we don’t hear back, we’ll go ahead and close this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum &amp;nbsp;we’ll be happy to assist.&lt;/P&gt;
&lt;P&gt;Thank you for being part of the Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2025 18:25:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Filter-for-Cross-Report-Filtering-Not-Just-Page/m-p/4724628#M61685</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2025-06-08T18:25:03Z</dc:date>
    </item>
  </channel>
</rss>

