Forum Discussion
turbo
9 years agoNew 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 de...
- 9 years ago
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://...';
turbo
9 years agoNew Member
Thanks! will do that
kamalneel81
9 years agoFrequent Visitor
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.