Forum Discussion

mikihiir's avatar
mikihiir
Helper III
9 years ago
Solved

Custom visual build problem with drilldown

Hi, anyone else has problems building custom visuals when adding drilldown to capapilities ?   When i build, i get something like this >  error JSON capabilities.json : instance additionalPro...
  • balachandarg's avatar
    9 years ago

    Hi,

     

    I also met this situatation then I updated my powerbi-visual-tools to 1.2.0.  checked the schema.capabilities.json file. yes it abstracts the drilldown capabilities.

     

    So I enabled drilldown in capabilities.json like

     

    "drilldown": {

                   Roles : [ "Category" ]

    }

     

    thats it . my custom visual enabled with drilldown :-)

     

    I hope this will help you. 

     

    Thank you,

    Balachandar Gopal