Forum Discussion
firstredpepper
8 years agoAdvocate II
Use Drillthrough in Custom Visual?
Is it possible to use drillthrough in a Power BI Custom Visual? If so, could you please provide a snippet of your visual.ts file to show how it's to be used? I've been searching for documenta...
- 8 years ago
I don't think that Power BI Custom Visuals API supports drillthrough feature.
We'll update once it's supported by API.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
datadon
5 years agoNew Member
Hi,
Any updates/progress yet made on this?
Thanks!
dm-p
5 years agoSuper User
It's been in the SDK for a while (as of API 2.2) - if you have an eligible drillthrough page then the context menu API will display it as an option. Note that Power BI determines the contents of the context menu; you can only supply the x/y coordinates and associated data point (if applicable).
Regards,
Daniel