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 kiliman
You can change the default sort order by clicking "..." (3 dots) in the right top corner of Gantt Chart.
After that you will be able to change sort order as you want.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
kiliman
8 years agoNew Member
Thank you! That was a Doh! moment. Appreciate it...