Forum Discussion
sfuhr
7 years agoFrequent Visitor
Change table design with JSON theme
Hello - i have the challenge to modify some colors to match our CI guidelines - using tables and matrix in Power BI i need to change the background color of the column headers. I tried the follow...
- 7 years ago
I was able to use this to change the background color of my table headers:
{"name":"My Theme","visualStyles":{"*":{"*":{"*":[{"color":{"solid":{}}}]}},"tableEx":{"*":{"columnHeaders":[{"backColor":{"solid":{"color":"#123456"}}}]}}}}
sfuhr
7 years agoFrequent Visitor
Greg_Deckler
7 years agoCommunity Champion
No problem, I recommend Mike_Carlo's https://powerbi.tips for this. Use the Advanced Theme Generator to stitch together the right syntax!