Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Hugo_Gallardo
Helper I
Helper I

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 restWhen cilick on a bubble, modifyt the visual and the rest

1 ACCEPTED SOLUTION
Anonymous
Not 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

View solution in original post

1 REPLY 1
Anonymous
Not 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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors