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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
jeffiefgf
Frequent Visitor

How to trigger drill down with TypeScript code

I am creating a custom visual with a tree like structure, my goal is to get the values of all nodes at all level/hierarchy. I was able to achieve this by clicking on the drill down button, which gives me the values of the nodes one level at a time. Is there a way to trigger the drill buttons in TypeScript, so that I can loop through each level and create a JSON containing the values of all the nodes?

 

 This is the drill down button I am trying to trigger with TypeScript:

jeffiefgf_0-1649098708837.png

 

Any help or suggestion would be greatly appreciated, thank you in advance!

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @jeffiefgf,

There are currently no APIs to trigger drilldown on a custom visual. You will need to request the feature through the team (best place to start is in the powerbi-visuals-tools repo or email [email protected]).

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

1 REPLY 1
dm-p
Super User
Super User

Hi @jeffiefgf,

There are currently no APIs to trigger drilldown on a custom visual. You will need to request the feature through the team (best place to start is in the powerbi-visuals-tools repo or email [email protected]).

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors