Forum Discussion
+/- icons property (pivotTable/rowHeaders) in json theme
- 7 years ago
Unfortunately, there's no complete list of item names in the Microsoft documentation (probably also because it would be very hard to maintain the full list of names with so many updated properties each month). But in the meantime I was able to found that property name. It's "showExpandCollapseButtons" (bool).
https://github.com/deldersveld/PowerBI-ThemeTemplates can help.
BTW, the pbix file can be unzipped ;)
Yes, that's right :) I've checked both - templates on GitHub are very helpful but don't have all of the properties. Unzipping pbi file helped me many times, but not with the theme extraction. I created my final json theme by combining all of the pieces (documentation, templates on GitHub, extracted files) and I was also able to find the right property name that I was missing.
Thanks for your reply :)