Forum Discussion

sfuhr's avatar
sfuhr
Frequent Visitor
7 years ago
Solved

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...
  • Greg_Deckler's avatar
    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"}}}]}}}}