Forum Discussion
How do I open power bi embed report without sign in in web application.
My current requirement how do i open power bi emebed report with out sign in in web application. If anyone knows please help me on this.
Hi,
you have to lookinto Embed for your customer (Power BI embedded analytics overview - Power BI | Microsoft Learn) as lbendlin stated Embedding Power BI using Service Principal App Owns data method. Below are some Youtube turorial to achieve this. But for this you must have some access like azzure application admin and power bi service admin rights to setup all the necessary things. Further sharing link to a sample .net core application to embed.
Tutorial https://www.youtube.com/watch?v=7gt9PPNoJS4&list=PLib8Q64STW-tCZVSvBAuEIzBsVlf0C81f
Sample Codes: https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/.NET%20Corehope this leads you to achieve your goal. leave a like if you get any help ๐ good luck. if you need more help connect with me.
5 Replies
- lbendlin
Super User
You do that by implementing full Power BI Embedding, not just an iframe.
Power BI embedded analytics overview - Power BI | Microsoft Learn
- MRIZ
Helper II
Hi,
you have to lookinto Embed for your customer (Power BI embedded analytics overview - Power BI | Microsoft Learn) as lbendlin stated Embedding Power BI using Service Principal App Owns data method. Below are some Youtube turorial to achieve this. But for this you must have some access like azzure application admin and power bi service admin rights to setup all the necessary things. Further sharing link to a sample .net core application to embed.
Tutorial https://www.youtube.com/watch?v=7gt9PPNoJS4&list=PLib8Q64STW-tCZVSvBAuEIzBsVlf0C81f
Sample Codes: https://github.com/microsoft/PowerBI-Developer-Samples/tree/master/.NET%20Corehope this leads you to achieve your goal. leave a like if you get any help ๐ good luck. if you need more help connect with me.
- NagababuUdathaFrequent Visitor
Thank you so much MRIZ
- AnonymousNot applicable
Hi NagababuUdatha,
Perhaps you can try to use โpublish to webโ feature to share the report. For the report that you share with this method, users do not required sign in and licenses.
Publish to web from Power BI - Power BI | Microsoft Learn
Regards,
Xiaoxin Sheng
- NagababuUdathaFrequent Visitor
Hi ibendlin,
Thanks for giving inputs. But custmer wants with out publish to web .