set_global_wildcard_defaults
Set global wildcard defaults for Power BI themes to apply house-style formatting to all cards in one shot. Pass card-specific JSON props merged into existing defaults.
Instructions
Set the theme's GLOBAL WILDCARD defaults ("":{"":[...]}) - house-style formatting for every card of every visual in one shot. props = JSON { cardName: {prop:value} | [{prop:value}] }, merged into any existing defaults. The card card uses a "$id":"default" quirk - supply such a body verbatim to target it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| props | Yes | JSON map of cardName -> property map / array, e.g. {"title":{"fontColor":"#16365C"},"border":[{"show":true,"radius":8}]} | |
| reportSessionId | Yes |