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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.