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 August 31st. Request your voucher.
Hi,
Can PBI Embedded fire events to the hosting application? For example a Web Application hosting a PBI embedded report needs to know what bar in the bar chart user has clicked? Is it (or will te be) possible?
Thank you very much!
Solved! Go to Solution.
You can try it yourself on a custom visualisation.
They are hosted in an iframe, so there might be limitations.
$(window).trigger("yourOwnEventname")
You can try it yourself on a custom visualisation.
They are hosted in an iframe, so there might be limitations.
$(window).trigger("yourOwnEventname")