Forum Discussion
JSON matrix +/- icons true
Is it possible to set +/- icons on by default in a JSON file?
- Anonymous7 years ago
After months of searching as I've been writing a theme template for my company's reports, I've finally found the property name from this post https://community.powerbi.com/t5/Developer/icons-property-pivotTable-rowHeaders-in-json-theme/m-p/723911.
"pivotTable":{
"*":{
"rowHeaders":[{
"showExpandCollapseButtons": (bool: true or false)
]}
}
}
2 Replies
- AnonymousNot applicable
After months of searching as I've been writing a theme template for my company's reports, I've finally found the property name from this post https://community.powerbi.com/t5/Developer/icons-property-pivotTable-rowHeaders-in-json-theme/m-p/723911.
"pivotTable":{
"*":{
"rowHeaders":[{
"showExpandCollapseButtons": (bool: true or false)
]}
}
}
- AnonymousNot applicable
Thanks for sharing!