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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I need some help. I was able to target the Preset with the Custom dropdown and the transparency but I am unable to target distance, size, blur, and angle. What are the object names so I can target?
Here is my current JSON:
"dropShadow": [
{
"show": true,
"color": {
"solid": {
"color": {
"expr": {
"ThemeDataColor": {
"ColorId": 0,
"Percent": -0.1
}
}
}
}
},
"position": "Outer",
"preset": "Custom",
"shadowSize": 15,
"distance": 0.5,
"transparency": 70
}
]
Solved! Go to Solution.
Hey @Anonymous ,
maybe this is what you are looking for:
{\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},
\"preset\":{\"expr\":{\"Literal\":{\"Value\":\"'Custom'\"}}},
\"shadowSpread\":{\"expr\":{\"Literal\":{\"Value\":\"11D\"}}},
\"shadowBlur\":{\"expr\":{\"Literal\":{\"Value\":\"24D\"}}},
\"angle\":{\"expr\":{\"Literal\":{\"Value\":\"114D\"}}},
\"transparency\":{\"expr\":{\"Literal\":{\"Value\":\"41D\"}}},
\"shadowDistance\":{\"expr\":{\"Literal\":{\"Value\":\"52D\"}}}}}
]}
To discover these values, I do the following ...
Hopefully, this is what you are looking for.
Regards,
Tom
Hey @Anonymous ,
maybe this is what you are looking for:
{\"dropShadow\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},
\"preset\":{\"expr\":{\"Literal\":{\"Value\":\"'Custom'\"}}},
\"shadowSpread\":{\"expr\":{\"Literal\":{\"Value\":\"11D\"}}},
\"shadowBlur\":{\"expr\":{\"Literal\":{\"Value\":\"24D\"}}},
\"angle\":{\"expr\":{\"Literal\":{\"Value\":\"114D\"}}},
\"transparency\":{\"expr\":{\"Literal\":{\"Value\":\"41D\"}}},
\"shadowDistance\":{\"expr\":{\"Literal\":{\"Value\":\"52D\"}}}}}
]}
To discover these values, I do the following ...
Hopefully, this is what you are looking for.
Regards,
Tom
Thank you so much! Exactly what I was looking for.
Hey @Anonymous ,
please mark my previous post as an answer as this will help others.
Regards,
Tom
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |