Forum Discussion
Anonymous
6 years agoNot applicable
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 a...
- 6 years ago
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:
Anonymous
6 years agoNot 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.