Forum Discussion
Embedding Reports
Hi, Anonymous
What’s your method to navigate to the paginated report? Do you set the action of the button to “Web Url” like this:
What’s more, have you published the paginated report to a Premium workspace?
You should check if the web URL you gave is correct and can nevigate to the paginated report whose workspace you have access to.
Because you can’t access the content if you don’t have access to the workspace.
Here’s two cases which are similar to your problem, you can take a look:
https://community.powerbi.com/t5/Report-Server/URL-link-to-Paginated-Reports/td-p/810644
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Thanks v-robertq-msft
When i drill through from desktop to paginated report iam using the web URL in a button click a and i can see the paginated report but when i embedded these linked reports in my application since the button action is web url the control goes from the application to power bi service and displaying the reports but i need to show it inside my application. is it possible this is first time iam using embedded reports.
- v-robertq-msft5 years agoCommunity Support
Hi, Anonymous
What’s the link you placed as the "Web URL" action of the button? If the link is the same as that you used to open the report in the Power BI service, clicking on this button will of course navigate to Power BI Service. If you want to show the paginated report inside your application, I think you can try to embed the paginated reports into your application, you can follow this link:
https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-paginated-reports-customers
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Hi v-robertq-msft Thanks for the reply,
Used the linked that generated in power bi service that why it going to the to power bi service ,
I need a button click or link to the paginated report in embedded application . for this navigation in embedde application is we need to do anthing on the button action in desktop or is it can be done in the embedded application itself. since button is created in power bi dektop how the developer gets control of it action ?
Desktop Report
on Detailed Button click selected value from the grid will be passed to paginated report using the web Url:
paginatedurlnew =var _selectedkey=SELECTEDVALUE('public cocnew'[insurergrpname])var _reportparameter="&rp:grpname="&_selectedkeyvar _result=_baseurl&_reportparameterreturn_result