Forum Discussion
Link to an Outside Report
Hello,
Is there any way I can link to another report that is not owned by me but I have view access to (maybe with a click of a button) from my report?
On top of that, is there any way I would be able to pass through filters from my report to that outside report so that it filters to exactly what I want to see?
Hi Anonymous ,
You could use url parameter to do it. Here is the link for your reference.
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters
And you could create a measure and a slicer to combine parameters. Then you could click it directly or use button to open it.
Measure = URL&" '"&SELECTEDVALUE('Slicer'[Parameter])&"'"Here is my test result:
2 Replies
- AnonymousNot applicable
you can create a button with an action -> Web URL, paste the URL of the report in this textbox, I don't think you can pass filters this way.
- v-eachen-msft
Community Support
Hi Anonymous ,
You could use url parameter to do it. Here is the link for your reference.
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters
And you could create a measure and a slicer to combine parameters. Then you could click it directly or use button to open it.
Measure = URL&" '"&SELECTEDVALUE('Slicer'[Parameter])&"'"Here is my test result: