Forum Discussion
Power BI Embedded: Embedding each individual visual, when clicking on a bubble, filter the other one
Hi. We are embedding every visual on asp.net core Razor web pages.
The use case is when a user clicks on a client bubble in the picture I'm attaching, we need to get with API call which bubble is pressed so we can filter the other visuals of the web page with the selected bubble. Showing in all the page the selected client data only.
Which API Calls shoulw we use to achieve this?
Can you show us a demo or example?
This functionality is achieved within the PBI but not when you embed each visual sepparetely.
When cilick on a bubble, modifyt the visual and the rest
- 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
1 Reply
- AnonymousNot applicable
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