The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I am currently in a testing phase where I am using the Microsoft Power BI Embedded Playground to test the possibility of handling events for when the users selects an element in the report.
Using the "Sample Dashboard" option I have successfully obtained my test file in the Playground environment, however when using the dataSelected event handler like:
dashboard.on("dataSelected",(event)=> {console.log(event)})