Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi all,
I have looked on other posts on this forum but I can't find a solution.
I'm trying to set the Rounded corners property of a button to 15px on my JSON theme. I've tried:
1.
"border": [{ "show": true, "radius": 10, "color": { "solid": { "color": "#00FF00" } } }]
but this sets the property of the visual, instead of the button.
2.
Thanks in advance.
Solved! Go to Solution.
Hi , @Anonymous
I test it in my side , you can try to use this:
{
"name": "a670051504402230c343",
"visualStyles": {
"actionButton": {
"*": {
"background": [
{
"show": false
}
],
"visualHeader": [
{
"show": false
}
],
"shape": [
{
"$id": "default",
"roundEdge": 34
}
]
}
}
}
}
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi , @Anonymous
I test it in my side , you can try to use this:
{
"name": "a670051504402230c343",
"visualStyles": {
"actionButton": {
"*": {
"background": [
{
"show": false
}
],
"visualHeader": [
{
"show": false
}
],
"shape": [
{
"$id": "default",
"roundEdge": 34
}
]
}
}
}
}
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly