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']
},
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?