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
Anonymous
Not applicable

URL Parameters from one Report to another

Hi,

we are using PBIRS Sept 2019 version and we have 2 completely different reports.

Report 1 has Hyperlink to Report 2.

am looking for options to pass Slicer selections from Report-1 to Report-2 when user clicks on?

both are on PBIRS.

am finding documentation for Paginated Reports, Regular Power Bi but not Report Server.

 

How do I save and send/pass selections from Report-1 dynamically ?

Syntax: URL?filter=Table/Field eq ‘value’

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19727650-pass-filter-in-url-power...

 

Thank you!

1 REPLY 1
Anonymous
Not applicable

I found this video

https://www.youtube.com/watch?v=8ASw-J0PuN8

 

Created a Measure:

FilteredURL = IF(ISFILTERED(Store[Territory]), “https://app.powerbi.com/groups/me/reports/beb3e658-8372-4bfe-8cb2-914287c75b62/ReportSection3?filter... in (‘” & CONCATENATEX(VALUES(Store[Territory]), Store[Territory], “‘,'”) & “‘)”)

 

But this is still incomplete: with this approach we can only display full web URL on the page which doesnt look good to the end user.

I wanted to pass this Measure to a Image/Action/Web URL.

or to a Text in a 'Text Box'.

 

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