Forum Discussion
Scorecard embed code does not work in canvas app
Thank you for the response. By canvas app, i mean to say that I use power apps and then in power apps we have two options 1. Canvas app and 2. Model driven app. So i select canvas app and then there is an option of adding power bi tile so i do that and then in the power bi tile i add the embed code which displays all the reports(whichever i have put the embed code for). But the code for scorecard is not working here. I hope I am clear now. Furthermore, i am new to development. And looking at the options you have suggested, could you please confirm what all tools/softwares do I need for all those 3 options(if possible) ?
Alright. Now I get it. I don't think you can get a scorecard embbeded that way. The PowerApps is asking for a Tile. The tile is a component inside a dashboard. It's a very specific thing. I have also seen that you can tweak that to embed a report, but that looks like a hackish solution to me. I don't think scorecards will work. It's not very stable yet.
The things I have said before you can google them. They depend on the licence.
- Publish to web: power bi free licence. Unsecury way to build a public content.
- Embed code with iframe: power bi pro licence. You can get an url that can be added in an iframe html tag at any web app.
- Create a development with Embed Analytics (app owns data or user owns data). Power Bi Embedded or premium licence. You can build a complex development. You will have many possibilities with javascript. Noy only can you embed the report but also interact with external things on the website directly to the report.
The last one is the most flexible way. The last two might work I guess. Embedding in a webapp should work like the link you generated and told me it was rendering on a browser.
I hope that helps,