Forum Discussion
patr0805
8 years agoRegular Visitor
Cannot add a property to Format->general
Okay I am new to all this and have now spent many hours now trying to fix this problem to no avail. I think its about time I hear if the community has any suggestion. I am currently writing some ...
- 8 years ago
I found the issue by complete chance, Apparently type must not be false (I thought it was default value) in type in capabilities, so it must be defined like.
"sortByName": { "displayName": "Sort by name", "displayNameKey": "Visual_SortTasks", "type": { "bool": true } },Now it appears
v-viig
8 years agoCommunity Champion
Hello patr0805
You must include "sortByName" into capabilities.json.
Please take a look at the documentation to find out more.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
patr0805
8 years agoRegular Visitor
As written in my first message, its already included in capabilities.json. I am currently reading your link regarding DataViewObjectsParser as I suspect that there is something strange I am missing.