Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Can i embed many single visuals from diferent reports from diferent workspaces?
I am usin pbi embedded app owns data.
Solved! Go to Solution.
Hi @chaly10
In Step5 in app owns data, we can see that we need below arameter values to embed for customer(app owns data).
This can answer your question. You can't embed single visuals from different reports from different workspace. Because we can only use Report ID and Workspace ID in your code. This means each time we could only embed specific reports not visuals.
So you can build a report by all dataset you need and show all visuals you want in that report. Then embed it.
You may refer to this blog: Tutorial: Embed Power BI content using a sample embed for your customers application
to learn how to app owns data.
Here is a sample you can try it to do app owns data.
Sample: Sample code
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @chaly10
In Step5 in app owns data, we can see that we need below arameter values to embed for customer(app owns data).
This can answer your question. You can't embed single visuals from different reports from different workspace. Because we can only use Report ID and Workspace ID in your code. This means each time we could only embed specific reports not visuals.
So you can build a report by all dataset you need and show all visuals you want in that report. Then embed it.
You may refer to this blog: Tutorial: Embed Power BI content using a sample embed for your customers application
to learn how to app owns data.
Here is a sample you can try it to do app owns data.
Sample: Sample code
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
3 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
6 | |
5 | |
4 |