Lookup Theme Property
pbir_lookup_theme_propertyQuery the bundled Power BI theme schema to find valid visualStyles property names, categories, and their types for report customization.
Instructions
Query the bundled Power BI theme schema for valid visualStyles property names. No args = list visual types; +visualType = list categories; +category = list properties with types/enums.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | e.g. 'labels', 'legend', 'title'. Omit to list all categories for the visualType. | |
| visualType | No | e.g. 'barChart', 'card', 'slicer'. Omit to list all visualTypes. | |
| propertyFilter | No | Case-insensitive substring filter on property name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | No | ||
| error | No | ||
| _cache | No | ||
| success | No | ||
| category | No | ||
| categories | No | ||
| properties | No | ||
| schemaFile | No | ||
| visualType | No | ||
| visualTypes | No | ||
| availableCategories | No |