Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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.
Solved! Go to Solution.
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.
Thank you very much.
I think I'll give it a try.
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.
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.
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.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
59 | |
35 | |
27 | |
26 | |
24 |
User | Count |
---|---|
62 | |
53 | |
30 | |
23 | |
20 |