Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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