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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

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
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

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