Forum Discussion
Elia90
3 years agoRegular Visitor
Matrix Totals Not changing with JSON theme
Hi all, Long time user, first time poster. I am trying to create a theme for my Power BI report using JSON however; for some reason the column totals keep coming up black. I've looked around but...
ailinnesse
1 year agoFrequent Visitor
I found the solution, it is not intuitive, but works!
You need to get column and row total:
"columnTotal": [{
"backColor": { "solid": { "color": "#FFFFFF"}},
"applyToHeaders": true
}],
"rowTotal": [{
"backColor": { "solid": { "color": "#FFFFFF"}},
"applyToHeaders": true
}],