Forum Discussion
Embedding Reports
I have created a power bi desktop report and paginated report and . linked these reports using a button click.
while iam embedding these reports into my application but on the button click to paginated report the navigation is going back to power bi service.
Could guys Please help me with this .
10 Replies
- v-robertq-msftCommunity Support
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.
- AnonymousNot 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-msftCommunity 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.
- AnonymousNot applicable
is it we can pass the embedded paginated report url in this button action ?
- AnonymousNot applicable
is it possible to construct a url to use in the button action to navigate to the embedded paginated report and pass the paramaeters from the main desktop report
- v-robertq-msftCommunity Support
Hi, Anonymous
I think it’s possible to be achieved using Parameters and action URL for the button in Power BI, but the button-click will navigate to the Power BI service to open the report because your link is directed to it.
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.
- AnonymousNot applicable
v-robertq-msft . i know i have used the app.powerbi.com so it will pass the control to power bi .com
but what i need help on these how to get that control inside the embedded application.
how we will navidate to paginated report from power bi desktop report in external application