Forum Discussion
Embedding Reports
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.
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:
- v-robertq-msft5 years agoCommunity Support
Hi, Anonymous
As we can see from your web URL, it starts with the “app.powerbi.com”, this is the reason why you will go to the Power BI service when you click on the button.
To get control of the action, we can click on the button in the Power BI desktop, go to “action” to change the control setting of the button, like this:
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
is it we can pass the embedded paginated report url in this button action ?
i have embedded the desktop report but how can we access the paginated report on this button action.