The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Is it possible to set +/- icons on by default in a JSON file?
Solved! Go to Solution.
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/72....
"pivotTable":{
"*":{
"rowHeaders":[{
"showExpandCollapseButtons": (bool: true or false)
]}
}
}
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/72....
"pivotTable":{
"*":{
"rowHeaders":[{
"showExpandCollapseButtons": (bool: true or false)
]}
}
}
Thanks for sharing!
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
7 | |
3 | |
2 | |
2 | |
2 |