I'm writing a JSON theme for Power Bi but I can't get the values to center align in either the table or matrix. I was able to center align the column header but not the table. I tried implementing two things:
> "values": [{
> "backColorPrimary": {"solid": {"color": "#FFFFFF"}},
> "backColorSecondary": {"solid": {"color": "#EDEFF3"}},
> "alignment": "Center"}]`
and
2.
> "Specific column": [{
> "alignment": "Center"}]
neither work. Any help is much appreciated!!