Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
{
"name": "Custom Theme",
"dataColors": ["#F5C869"],
"background": {
"color": "#D3D3D3"
},
"visualStyles": {
"*": {
"*": {
"title": [{
"fontSize": 12,
"fontFamily": "Segoe UI",
"fontWeight": "semibold"
}],
"labels": [{
"fontSize": 10,
"fontFamily": "Segoe UI"
}]
}
}
}
}
This is my json i am getting error in this one while importing in PowerBI
Solved! Go to Solution.
Hello @preet_5aini
try this
{
"name": "Custom Theme",
"dataColors": ["#F5C869"],
"background": "#D3D3D3",
"visualStyles": {
"*": {
"*": {
"title": [{
"fontSize": 12,
"fontFamily": "Segoe UI",
"fontWeight": "semibold"
}],
"labels": [{
"fontSize": 10,
"fontFamily": "Segoe UI"
}]
}
}
}
}
kindly support my youtube channel https://www.youtube.com/@PowerBISolution
Proud to be a Super User! | |
Hello @preet_5aini
try this
{
"name": "Custom Theme",
"dataColors": ["#F5C869"],
"background": "#D3D3D3",
"visualStyles": {
"*": {
"*": {
"title": [{
"fontSize": 12,
"fontFamily": "Segoe UI",
"fontWeight": "semibold"
}],
"labels": [{
"fontSize": 10,
"fontFamily": "Segoe UI"
}]
}
}
}
}
kindly support my youtube channel https://www.youtube.com/@PowerBISolution
Proud to be a Super User! | |