Forum Discussion
Anonymous
8 years agoNot applicable
Custom Theme Preview for Visuals: Visual Name for Matrix?
Using the Sept 2017 PBI Desktop, with custom theme preview... I am trying to apply a default theme for a matrix. The visual name of "matrix" does not seem to work. Here is an excerpt of my t...
- 8 years ago
Hey,
maybe one of the mysteries of naming things ...
The name you have to use for the matrix visual is pivotTable:
"pivotTable": { "*": { "rowHeaders": [{ "fontSize":14 }], "columnHeaders": [{ "fontSize":14 }], "values": [{ "fontSize":12 }] } }Regards
Tom
TomMartens
8 years agoSuper User
Hey Anonymous,
unfortunately I do not have a more complete set of documentation. The documentation also states that there is a visual called "pivotTable". I wanted to change the "Matrix" visual, because matrix, didn't work I tried promising visuals, and pivotTable worked - that simple.
Regards
Tom
Anonymous
8 years agoNot applicable
Thanks Tom! If I went down the list one by one I would have found it eventually. Thanks for the time savings and for pointing me in the right direction!