Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
mshaq
New Member

Custom Visual Filter for Cross-Report Filtering (Not Just Page-Level)

Hi Power BI Community,

 

I’m developing a custom visual that acts as a user-input filter (text-based) to dynamically filter other visuals. While the filter works for the current page, I need it to apply cross-report filtering (affecting all pages/reports).

 

Current Approach:

I’m using this.host.applyJsonFilter() with the following parameters:

this.host.applyJsonFilter( filter,  "general",  "filter", FilterAction.merge );

 

Expected: Filter should apply to all pages/reports.

Actual: Only works on the current page.

 

What I’ve Tried

  • "general" =No effect.
  • "allPages" = Doesn't filter at all.
  • "report" =Same as "allPages".
1 ACCEPTED SOLUTION
v-dineshya
Community Support
Community Support

Hi  @mshaq  ,

Thank you for reaching out to us on the Microsoft Fabric Community Forum.

Only sync slicer and Report level filter can filter  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.

 

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.
Fabric Ideas - Microsoft Fabric Community


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!

 

Thank you

 

View solution in original post

3 REPLIES 3
v-dineshya
Community Support
Community Support

Hi  @mshaq  ,

Thank you for reaching out to us on the Microsoft Fabric Community Forum.

Only sync slicer and Report level filter can filter  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.

 

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.
Fabric Ideas - Microsoft Fabric Community


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!

 

Thank you

 

Hi @mshaq ,

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.

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  we’ll be happy to assist.

Thank you for being part of the Microsoft Fabric Community.

 

tharunkumarRTK
Super User
Super User

@mshaq 

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

https://learn.microsoft.com/en-us/power-bi/developer/visuals/enable-sync-slicers

 

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 

https://www.linkedin.com/pulse/drumroll-please-new-text-slicer-here-pbicorevisuals-6zvef/

 

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

 

https://powerbi.microsoft.com/en-us/blog/power-bi-may-2025-feature-summary/#post-29934-_Toc367700813

 

 

 

 

 

Connect on LinkedIn

 

 

 








Did I answer your question? Mark my post as a solution!
If I helped you, click on the Thumbs Up to give Kudos.

Proud to be a Super User!


PBI_SuperUser_Rank@2x.png

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.