Forum Discussion
JSON Theme Subtotals
Hi cassandra_c
Did you mean the values to not be bolded? Try changing the font family and bold control. The following worked for me:
"subTotals": [
{
"bold": false,
"fontFamily": "Segoe UI Light"
}
],
"rowSubtotals": [
{
"bold": false,
"fontFamily": "Segoe UI Light"
}
],
"columnSubtotals": [
{
"bold": false,
"fontFamily": "Segoe UI Light"
}
],
"rowTotal": [
{
"bold": false,
"fontFamily": "Segoe UI Light"
}
],
"columnTotal": [
{
"bold": false,
"fontFamily": "Segoe UI Light"
}
]
Which gave me this result:
I think there's an inherit 'bolding' that Power BI does. As you can see I used Segoe Light but it still seems it added an extra 100 bold or something.
The values are already unbolded.
It is the subtotal values that need to be unbolded as well.
In your example you aren't showing subtotals, only values and grand total which does not solve my problem.
- hnguy715 months agoSuper User
Hi cassandra_c
In my example the bottom row is actually the sub-total
To confirm:
The values are unbolded.
- cassandra_c5 months agoFrequent Visitor
The values in your subtotal are still bold. And the font I need to apply is strictly the DIN Light so your workaround is not a viable solution.
- hnguy714 months agoSuper User
Hi cassandra_c
Yes as I mentioned in my first post that there is an inherited bolding that happens at the total and sub-total line. As a workaround, in order to achieve close to an unbolded value, you should use the light font. In my case, I used 'Segoe UI Light'.