Forum Discussion
How do I open power bi embed report without sign in in web application.
- 2 years ago
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.
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%20Core
hope 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.
Thank you so much MRIZ