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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
lawrenceabith
Helper IV
Helper IV

Drill Through with just one click directly in the chart

Hi Ted Pattison! I was in a Deep Dive into the Power BI JavaScript API event.

 

Follow my problem:

 

I need a Drill Through with just one click directly in the chart on my app with my own data. Activate a button after the click is not an option for me. Can I deal with events with power bi embedded using Power BI JavaScript API?

 

I would like to click in a bar char and go directly to the detais page without click in a button.

 

I would like a visual custom command without a menu. That's it.

 

Many thanks,

 

Lawrence

lawrence@lawrence.eti.br

 

 

 

 

 

1 ACCEPTED SOLUTION
TedPattison
Microsoft Employee
Microsoft Employee

Yes, you can respond to someone clicking on a bar of a barchart using the Power BI JavaScript API. Add an event handler for the dataSelected event. When it fires, you should be able to use the event argument object passed to the handler to see the dataPoint which contains the data for the bar that was clicked. The data for the dataSelected event will contains a dataPoint object with an Identity value (e.g State="WA" or Region="Eastern Region". You can use that identity value to filter the drill-through page using the page.setFilter and then call page.setActive to move the user to the drill-through page.

 

Does this give you the support you are looking for? 

View solution in original post

2 REPLIES 2
TedPattison
Microsoft Employee
Microsoft Employee

Yes, you can respond to someone clicking on a bar of a barchart using the Power BI JavaScript API. Add an event handler for the dataSelected event. When it fires, you should be able to use the event argument object passed to the handler to see the dataPoint which contains the data for the bar that was clicked. The data for the dataSelected event will contains a dataPoint object with an Identity value (e.g State="WA" or Region="Eastern Region". You can use that identity value to filter the drill-through page using the page.setFilter and then call page.setActive to move the user to the drill-through page.

 

Does this give you the support you are looking for? 

Hi @TedPattison 

 

I think that you give me us a clue. I´ll study and try to create this ideia and when is done I´m back to you.

 

Many thanks,

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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