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 hoping to develop and embed a power bi report on my web site for my customers. So I will be using Power bi embedded. I need to check how much the visuals in the reports are used by my customers. My plan is to use dataselected javascript function in each visual to detect when the users interact with each visual and stored in a database, so I can further group and filter through those data to calculate the usage of each visual. The users should be uniquely identified inside Azure when logged in to the report.
Is this solution a possibility? How can uniquely identify my customers inside the report? Can I store data in a database each time a visual is clicked? Any limitations? Any demos or examples available?