Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Is there a way to have a new window with the same report open that automatically populates filters based on which data in a table is clicked?
Solved! Go to Solution.
You can use a filter URL to open a new window:
https://docs.microsoft.com/en-us/power-bi/service-url-filters
You can create a measure that is the URL, such as:
URL = "app.powerbi.com...... ?filter=Store/Territory eq" & SELECTEDVALUE( ID )
Otherwise, I would suggest drill through reports. These can be accross multiple reports:
https://docs.microsoft.com/en-us/power-bi/desktop-cross-report-drill-through
Appreciate your Kudos
Connect with me!
Stay up to date on
Read my blogs on
Did I answer your question? Mark my post as a solution! Proud to be a Super User!
Connect with me!
Stay up to date on
Read my blogs on
I meant more is there a way to automatically open a new window of a report when a user clicks on an ID in a table. Then, this new window would be filtered based on the ID that they had clicked in the table.
You can use a filter URL to open a new window:
https://docs.microsoft.com/en-us/power-bi/service-url-filters
You can create a measure that is the URL, such as:
URL = "app.powerbi.com...... ?filter=Store/Territory eq" & SELECTEDVALUE( ID )
Otherwise, I would suggest drill through reports. These can be accross multiple reports:
https://docs.microsoft.com/en-us/power-bi/desktop-cross-report-drill-through
Appreciate your Kudos
Connect with me!
Stay up to date on
Read my blogs on
Did I answer your question? Mark my post as a solution! Proud to be a Super User!
Connect with me!
Stay up to date on
Read my blogs on