Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
turbo
New Member

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

1 ACCEPTED SOLUTION

@turbo,

 

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://...';
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-chuncz-msft
Community Support
Community Support

@turbo,

 

I'm afraid not. See https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details for what and how to embed.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

 

@turbo,

 

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://...';
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors