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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
rmullin
Frequent Visitor

Open new filtered window based on table click

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?

1 ACCEPTED 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  linkedin-logo.png
Read my blogs on  powerbi.tips_.png



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  



View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

Not Sure, I got it completely. But If your table relations are bidirectional. Then the fact should filter dimension/ filter value. 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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  linkedin-logo.png
Read my blogs on  powerbi.tips_.png



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  



Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors