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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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. 

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.