Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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?
Solved! Go to Solution.
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:
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:
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.
User | Count |
---|---|
116 | |
73 | |
60 | |
48 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |