Forum Discussion
+/- icons property (pivotTable/rowHeaders) in json theme
I'm trying to set a default value for +/- icons property (pivotTable/rowHeaders) in my json theme file for Power BI. Unfortunately I'm not able to find the proper name for that property.
Do you know what is the right name for it? Or maybe how to find it?
Thanks a lot
Ula
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).
9 Replies
- StandaRegular Visitor
hi .. I'm looking for the same thing ....
ideally is there any "complete list" of ALL the items "names" that can be changed via JSON file ?
I didn't find any naming for "+/- icon" in here : https://docs.microsoft.com/en-us/power-bi/desktop-report-themes- roorkaFrequent Visitor
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).
- AnonymousNot applicable
roorka thanks for sharing the "showExpandCollapseButtons" property; it works great. Where did you find it?