Forum Discussion
Anonymous
8 years agoNot applicable
Report Theme Documentation: September Update
I'm looking for basically a full enumeration of all of the JSON labels possible with the new update. I've found the documentation here: https://powerbi.microsoft.com/en-us/documentation/powerbi-desk...
v-qiuyu-msft
8 years agoCommunity Support
Hi Anonymous,
You can try the sample below:
{
"name": "ConCatOff",
"visualStyles":{
"*":{
"*":{
"categoryAxis":[{
"showAxisTitle":true,
"concatenateLabels": false
}]
}
}
}
}
Best Regards,
Qiuyun Yu
Anonymous
8 years agoNot applicable
Thanks, v-qiuyu-msft, but I was mostly using that as an example. I'm still looking for a list that includes the myriad of other options that are also at the hierarchical level of the label concatenation option.
If there was a rule for the JSON that was strictly camel casing of the option, sans punctuation, I could go off of that, but unfortunately that doesn't seem to be the case in all situations.