style_visual
Apply a floating card look to a Power BI visual by setting background fill, rounded corners, drop shadow, header visibility, and border color.
Instructions
Give one visual the modern 'floating card' look: background fill, rounded corners, drop shadow, and hide the header. e.g. background=#FFFFFF, cornerRadius=8, shadow=true, showHeader=false, borderColor=#E6E9EF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shadow | No | drop shadow on/off | |
| pageName | Yes | ||
| background | No | hex card fill e.g. #FFFFFF | |
| showHeader | No | show the visual header bar | |
| visualName | Yes | ||
| borderColor | No | hex border colour e.g. #E6E9EF | |
| cornerRadius | No | corner radius in px, e.g. 8 | |
| reportSessionId | Yes |