Forum Discussion
Power BI Embedded: Embedding each individual visual, when clicking on a bubble, filter the other one
- Anonymous5 years ago
Hi Hugo_Gallardo,
AFAIK, current power bi API seems not include features to trace the mouse hover/move events.
Power BI embedded analytics Client APIs | Microsoft Docs
For this scenario, you may need to use the programming language to trace these operations and create custom functions to interact with power bi events.Using mouse events - Windows Forms .NET | Microsoft Docs
In addition, I'd like to suggest you take a look at the following link about using power bi javascript API to handle common events:
How to handle events in a Power BI embedded analytics application | Microsoft Docs
Regards,
Xiaoxin Sheng
Hi Hugo_Gallardo,
AFAIK, current power bi API seems not include features to trace the mouse hover/move events.
Power BI embedded analytics Client APIs | Microsoft Docs
For this scenario, you may need to use the programming language to trace these operations and create custom functions to interact with power bi events.
Using mouse events - Windows Forms .NET | Microsoft Docs
In addition, I'd like to suggest you take a look at the following link about using power bi javascript API to handle common events:
How to handle events in a Power BI embedded analytics application | Microsoft Docs
Regards,
Xiaoxin Sheng