Forum Discussion
Connecting Azure Power BI Embedded to MongoDB
- Anonymous2 years ago
HI Manideep1212,
I think you can take a look at the following steps if help with your scenario:
1. Getting data from power bi desktop to design reports.Connect from Microsoft Power BI Desktop — BI Connector
2. Register an azure AD and applications for power bi embedded.
Get started with Power BI Embedded - Power BI | Microsoft Learn
3. Generate an embed token for above report and contents.
Generate an embed token in Power BI embedded analytics - Power BI | Microsoft Learn
4. Create iframe on the site which you want to embed with power bi embedded report url and the backend processing(request token and verify, loading data to iframe).
BTW, here is a site with some samples for power bi embedded you can use them to test:
Regards,
Xiaoxin Sheng
HI Manideep1212,
I think you can take a look at the following steps if help with your scenario:
1. Getting data from power bi desktop to design reports.
Connect from Microsoft Power BI Desktop — BI Connector
2. Register an azure AD and applications for power bi embedded.
Get started with Power BI Embedded - Power BI | Microsoft Learn
3. Generate an embed token for above report and contents.
Generate an embed token in Power BI embedded analytics - Power BI | Microsoft Learn
4. Create iframe on the site which you want to embed with power bi embedded report url and the backend processing(request token and verify, loading data to iframe).
BTW, here is a site with some samples for power bi embedded you can use them to test:
Regards,
Xiaoxin Sheng