Forum Discussion
disable custom objects properties
Hello, i have a custom objects in capabilities files.
Is it possible disable this custom objects properties before i add data in my custom visual like matrix or table default visual on powerbi?
You should define show property in your capabilities and use false as a default value (capabilities sample).
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
6 Replies
- v-viigCommunity Champion
Hello marcobaciga
You should return an empty array ([]) as a result of enumerateObjectInstances method if dataView is empty.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- marcobacigaHelper I
Thank you v-viig,
I try your solution but the objects is hidden.
I want to obscure like this image.
Is it possible?
Thanks
- v-viigCommunity Champion
You should define show property in your capabilities and use false as a default value (capabilities sample).
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals