The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I need to connect MongoDB to Azure Power BI Embedded (on Cloud), i am able to connect MongoDB to Power BI Desktop. How to connect to MongoDB, deployed on Azure VM, to Azure Power BI Embedded (on Cloud). So that i can embed the reports in applications.
Please let me know if there are any suggesstions?
It will be of great help.
Solved! Go to Solution.
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