Forum Discussion
Json theme for table visualisations
Hi,
Can I get some help with a json theme file please?
It's relating to table visualisation properties - more specifically how to set the table "Style" (2nd item in the formatting menu of PBI desktop). I want my Style to be "None".
Here is the code from my json file relating to my table...how do I add in that I want Style to be None?
Thank you
"tableEx":{"*":{
"grid":[{ "gridVertical":false, "gridHorizontal":false, "rowPadding":2, "outlineColor":{"solid":{"color":"#C8C8C8"}}, "outlineWeight":1, "textSize":8, "imageHeight":75}],
"columnHeaders":[{"fontColor":{"solid":{"color":"#666666"}}, "autoSizeColumnWidth":true, "fontFamily":"Segoe (Bold)", "fontSize":11 }]
2 Replies
- v-juanli-msftCommunity Support
Hi abloor
As tested and searched, i can't find any way to set Style to be "None" in Json theme file.
The only way is to change it manually after importing the theme.
I notice that the official document says
- table and matrix visuals apply these styles by default
If i understand correctly, it may be a limitation currently.
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- abloorHelper IV
Thanks for trying v-juanli-msft