insert_tablix_from_template
Build a basic Tablix in a Power BI report by specifying columns, dataset, and layout dimensions. Each column creates a header and data-bound detail row.
Instructions
Build and append a basic Tablix to /. One column per name in columns; header row gets the column name as a static label, detail row binds to =Fields!.Value. dataset_name must already exist. width is the tablix outer width — each column defaults to 1in regardless, so for a 3-column tablix the columns sum to 3in even if you pass width=10cm. Resize columns afterwards via direct edits or future column-width tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | Yes | ||
| left | Yes | ||
| name | Yes | ||
| path | Yes | ||
| width | Yes | ||
| height | Yes | ||
| columns | Yes | ||
| dataset_name | Yes |