Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
10 years ago
Solved

Custom Visual with drill support

How can I implement a custom Power BI visualization that supports the new drill down functionality? Specific interfaces/properties/attributes that needs to be supported?  
  • deldersveld's avatar
    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']
            },