- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Passing Dynamic Data to Power BI Embedded
Hi Team,
I would like to use Power BI Embedded in my Web App. My web app allows users to design their own data structures and collect data into them (more like google forms). This means - I am dealing with dynamic json data
Can powerBI api help me do either of the following - Push my json data to the Power BI embedded and let the user create their own tiles and reports on Power BI. - Or i can parse through the json and generate Graphs on Power BI based on the datatypes in the JSON
Any ideas, code snippets, links will be great.
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If that is the case, you may use JavaScript to change the URL of the document to embed in the iframe.
document.getElementById('myIFrame').src='https://...';
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm afraid not. See https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details for what and how to embed.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks @v-chuncz-msft
Any idea if the embed URL i get from the API is dynamic for each call i make to the API.
If it is dynamic, then i can make multiple calls to get different embed URL and bind each call with different datasets.
I am probably pushing it too far now but i really want to use power BI 🙂
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If that is the case, you may use JavaScript to change the URL of the document to embed in the iframe.
document.getElementById('myIFrame').src='https://...';
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks! will do that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@turbo Did u get success in it? if yes, can u please share an example with me as even i have similar requirement.
Thanks in advance.
Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Microsoft Fabric Community Conference 2025
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
11 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
9 | |
3 | |
2 | |
2 | |
2 |