Forum Discussion
Anonymous
9 years agoNot applicable
DrillDown in Custom Visual
Hi Can anyone explain me how drilldown works? How do I use "Click to turn on drilldown" capapbility on drilldown to next level on click of visual element? Thanks!
TedPattison
9 years agoMicrosoft Employee
The idea of drilldown in a visual such as the Column Chart in centered around the idea of a hierchy. Therefore you need to add a hierarchy to field Axid feild well. You don't have to actually create a heirarchy though. If you add two or more fields from the same table into the Axis well with a parent child relationship (e.g. state>city>zip), you can get drill down working.
Anonymous
9 years agoNot applicable
Thanks TedPattison! Yes I was successful in doing so and visual is workling as expected. Also wanted to understand if API allows us to understand if "Element Drilldown" capability is enabled or disbled? I need to alter my visual based on that.