The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have a website where I am embeddding PowerBI.
Is there a way for me to add external Javascript to the PowerBI Pages/iframes? I would like to provide some additional functionality of interaction on the reports with my script.
Solved! Go to Solution.
HI @Anonymous,
What type of embed feature are you mean? 'Publish to web' or 'power bi embedded'?
If you mean the first one, power bi only shares the 'public' code that maps to your report content with a specific iframe, you can't do custom with these.
If you mean the second, you can take a look at power bi embedded playground, it is an online sandbox included samples and editor that can be tested and learned with different embedded features.
Regards,
Xiaoxin Sheng
HI @Anonymous,
What type of embed feature are you mean? 'Publish to web' or 'power bi embedded'?
If you mean the first one, power bi only shares the 'public' code that maps to your report content with a specific iframe, you can't do custom with these.
If you mean the second, you can take a look at power bi embedded playground, it is an online sandbox included samples and editor that can be tested and learned with different embedded features.
Regards,
Xiaoxin Sheng
There is a difference between embedding and embedding. One is just an iframe without any control whatsoever, the other one is a full integration with the ability to inject your Javascript code.