Forum Discussion
Custom Visual with drill support
- 10 years ago
I have not tried this in the Playground yet, but numerous charts have drilldown listed in their Capabilities. Try using one of the [x]capabilities.ts files for a template.
For example:
drilldown: {
roles: ['Category']
},
I have not tried this in the Playground yet, but numerous charts have drilldown listed in their Capabilities. Try using one of the [x]capabilities.ts files for a template.
For example:
drilldown: {
roles: ['Category']
},
- Anonymous10 years agoNot applicable
You're right, it's as simple as that. I've tried it in the playground and it works. Thanks!
- jcbowyer10 years agoFrequent Visitor
This does not appear to be working for me. For example, the bulett graph visual supports this and there is a drill down to all children option but the drill down for the sellect item does not work.
- rajkumarr9 years agoFrequent Visitor
Hi, I am trying to do drill down in custom table visual. I followed https://github.com/Microsoft/PowerBI-visuals this documentation but this doesn't help me on drill down. I have different folder structure where i mention capabilities in capabilities.json file. The above solution doesn't work for me, can you please help me with this?