Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi Mates,
In my PBIx file I have 50 pages and in each page i have 2 button. My client wanted to change the style of the button. i.e instead of rectangle they want to have oval / rounded rectangle. Is there any easy way to do this instead of going through all the 50 pages and change it ?
Thanks in advance
Solved! Go to Solution.
Hi,
You could speed it up a bit by using the format painter
Otherwise you could use custom themes to change the format on all buttons. The code below changes the outline edge among other things for example.
"actionButton": {
"*": {
"background": [ { "show": false } ],
"border": [
{
"show": false,
"color": { "solid": { "color": "#000000" } }
}
],
"outline": [
{
"show": true
},
{
"$id": "default",
"transparency": 20,
"weight": 4,
"roundEdge": 25
},
{
"$id": "hover",
"transparency": 20,
"weight": 4,
"roundEdge": 25
},
{
"$id": "selected",
"transparency": 20,
"weight": 4,
"roundEdge": 25
}
]
}
},
Hi,
You could speed it up a bit by using the format painter
Otherwise you could use custom themes to change the format on all buttons. The code below changes the outline edge among other things for example.
"actionButton": {
"*": {
"background": [ { "show": false } ],
"border": [
{
"show": false,
"color": { "solid": { "color": "#000000" } }
}
],
"outline": [
{
"show": true
},
{
"$id": "default",
"transparency": 20,
"weight": 4,
"roundEdge": 25
},
{
"$id": "hover",
"transparency": 20,
"weight": 4,
"roundEdge": 25
},
{
"$id": "selected",
"transparency": 20,
"weight": 4,
"roundEdge": 25
}
]
}
},
in above script "action button" is the name of the button or its button property or something ?
actionButton is the name value for the button visual.
Below are some other examples
OUCH!!!!
Sorry, that wasn't very helpful...
There isn't a simple way as far as I'm aware...
You might be able to save some time and work by changing the format of each button (in the Button format pane, turn the "Line" off, and add a "Border" with a radius) instead of creating new ones and having to establish the links for each. It's still going to be a real pain having to do that 100 times....
Proud to be a Super User!
Paul on Linkedin.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 64 | |
| 58 | |
| 31 | |
| 25 | |
| 25 |