Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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:
Any help or suggestion would be greatly appreciated, thank you in advance!
Solved! Go to Solution.
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 pbicvsupport@microsoft.com).
Regards,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
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 pbicvsupport@microsoft.com).
Regards,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.