Forum Discussion
Embedding report and dashboard at the same time
- 8 years ago
I just solved this! I used the code to embed Reports and Dashboard simultaneously donwlodable here: Power BI Developer
The code provided by Eric_Zhang goes in EmbedDashboard.cs like this:
if(clickedTile = 'TILE ID'){ window.open('EmbedReport', '_blank'); }It opens the EmbedReport.cs and you just need to set the needed configuration to open in the page that you want depending the tile clicked.
Juramirez i am more of new to embedded reporting . I want to check with you on the steps on implementation since i am not a developer of any code till now . Small code i can work . Will RLS works for embedded reporting?
Hi Anonymous
Follow all documentation in here https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#
There are example codes which allows you to set your app to use Power BI Embedded and you can see some examples of how it works. In here: https://azure.microsoft.com/es-mx/updates/power-bi-embedded-track-your-free-embed-token-api/ you can see license pricing to have in mind before start implementening Power BI embedded
Regards,
Julian