insert_chart_from_template
Insert a column chart into a Power BI Report Builder .rdl report using an existing dataset, specifying category and value fields, position, and size.
Instructions
Build and append a basic Column chart to /. Single category axis grouped by category_field; single Y series Sum(Fields!.Value). dataset_name must already exist. Change post-insert (e.g. to Bar / Line / Pie) by editing the chart directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | Yes | ||
| left | Yes | ||
| name | Yes | ||
| path | Yes | ||
| width | Yes | ||
| height | Yes | ||
| value_field | Yes | ||
| dataset_name | Yes | ||
| category_field | Yes |