Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |