pbi_scaffold_pbix
Generate a starter Power BI report (.pbix) from predefined templates like blank, finance, sales, or analytics. Optionally apply a custom theme and add measures.
Instructions
Create a starter PBIX from a named template.
Templates: blank (date table only), finance, sales,
analytics. Optional theme_json_path is validated against the
Power BI theme schema (size, key allowlist, colour format,
URL-bearing values) and embedded in the generated file. Additional
measures supplied via extra_measures are appended after the
template's baseline pack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | No | blank | |
| output_path | Yes | ||
| extra_measures | No | ||
| theme_json_path | No | ||
| open_after_create | No | ||
| prime_string_store | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |