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,
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