Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
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://...';
I'm afraid not. See https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details for what and how to embed.
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
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://...';
Thanks! will do that
@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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
4 | |
4 | |
3 | |
3 | |
2 |