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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.