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
yyjp
Helper I
Helper I

Display the report page in a separate window and sync the filters

Is it possible to display a report page in a separate window in the browser and synchronize the filters?

 

I would like to display page 1 and page 2 of a report in separate windows on a multi-monitor computer and synchronize the filters.

 

Thank you in advance.

1 ACCEPTED SOLUTION
Poojara_D12
Super User
Super User

Hi @yyjp 

Displaying different pages of a Power BI report in separate browser windows and synchronizing their filters is not natively supported by Power BI out of the box. Each browser tab or window loads the report independently, and filter selections (like slicer values) are scoped to the session of that specific window. Therefore, if you open page 1 and page 2 in two different windows, changing a filter on page 1 will not automatically update the filter on page 2, even though they belong to the same report.

 

However, there are a few workarounds you can consider:

 

URL-based filters (query string parameters) – If your report uses filters that can be passed via the URL (e.g., ?filter=Table/Column eq 'Value'), you could open both pages in separate browser windows using those URLs with the same filter values pre-applied. This is static, not dynamic syncing, but helps simulate synchronized views.

 

Embedding with JavaScript – If you're embedding Power BI reports in a custom web application using the Power BI JavaScript API, you can synchronize filter states programmatically. When a user interacts with a filter in one embedded report, your code can capture that and apply the same filter to the second embedded report. This approach gives you full control but requires web development effort and embedding rights (Pro or Premium).

 

Bookmarks and Sync Slicers (within same window only) – Power BI Desktop supports sync slicers across pages, but this only works within a single report session (i.e., one browser window/tab) and does not extend across separate windows.

 

In summary, there’s no native way to sync filters across multiple browser windows viewing different report pages, but solutions involving embedding or URL filter parameters can partially address the need, depending on your setup and technical resources.

 

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"

Kind Regards,
Poojara - Proud to be a Super User
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS

View solution in original post

5 REPLIES 5
yyjp
Helper I
Helper I

Thank you very much.
I think I'll give it a try.

v-pagayam-msft
Community Support
Community Support

Hi @yyjp ,
Can you please confirm whether you have resolved issue. If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.

v-pagayam-msft
Community Support
Community Support

Hi @yyjp ,
I wanted to follow up on the previous suggestions regarding the issue. We would like to hear back from you to ensure we can assist you further.
If our response has addressed your query, please accept it as a solution and give a ‘Kudos’ so other members can easily find it. Please let us know if there’s anything else we can do to help.
Thank you.

Regards,
Pallavi.

v-pagayam-msft
Community Support
Community Support

Hi @yyjp ,
Thank you for reaching out to the Microsoft fabric community forum. Also, thanks @Poojara_D12 
  for those valuable insights for this thread.
Have you got an opportunity to review the information provided by Poojara .
Please feel free to contact us if you have any further questions. If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.

Thank you.

Poojara_D12
Super User
Super User

Hi @yyjp 

Displaying different pages of a Power BI report in separate browser windows and synchronizing their filters is not natively supported by Power BI out of the box. Each browser tab or window loads the report independently, and filter selections (like slicer values) are scoped to the session of that specific window. Therefore, if you open page 1 and page 2 in two different windows, changing a filter on page 1 will not automatically update the filter on page 2, even though they belong to the same report.

 

However, there are a few workarounds you can consider:

 

URL-based filters (query string parameters) – If your report uses filters that can be passed via the URL (e.g., ?filter=Table/Column eq 'Value'), you could open both pages in separate browser windows using those URLs with the same filter values pre-applied. This is static, not dynamic syncing, but helps simulate synchronized views.

 

Embedding with JavaScript – If you're embedding Power BI reports in a custom web application using the Power BI JavaScript API, you can synchronize filter states programmatically. When a user interacts with a filter in one embedded report, your code can capture that and apply the same filter to the second embedded report. This approach gives you full control but requires web development effort and embedding rights (Pro or Premium).

 

Bookmarks and Sync Slicers (within same window only) – Power BI Desktop supports sync slicers across pages, but this only works within a single report session (i.e., one browser window/tab) and does not extend across separate windows.

 

In summary, there’s no native way to sync filters across multiple browser windows viewing different report pages, but solutions involving embedding or URL filter parameters can partially address the need, depending on your setup and technical resources.

 

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"

Kind Regards,
Poojara - Proud to be a Super User
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS

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.