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,
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)})