Forum Discussion
deepchourasiya
4 years agoFrequent Visitor
Power BI Embedded in Angular application
Hello, can someone help me with any suggestions for power BI embedded application using angular framework without using service principal. Or some examples for power bi with angular client without c...
v-chenwuz-msft
3 years agoCommunity Support
Hi deepchourasiya ,
You can refer the repository provided by miecrosfot.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
deepchourasiya
3 years agoFrequent Visitor
hi v-chenwuz-msft,
Thanks for your response, I was checking the same example but I'm not sure what can be the replacement for the reportUrl.
// Endpoint to get report config
const reportUrl = 'https://aka.ms/CaptureViewsReportEmbedConfig';
Do I need to develop any backend to get the endpoint? if yes then please suggest and what are the required permission during development.