add_static_column
Add a static column with literal text to a tablix in Power BI Report Builder (.rdl) files. Define column name, position, width, and cell values as a list of strings.
Instructions
Add a static (no-group) column to a tablix. Each cell holds literal text. cells is a list of strings, one per body row (top to bottom); shorter list = blank trailing cells, longer list errors. Cell textboxes are named column_name (row 0) and column_name_ (others). position is 0-indexed; default appends. width defaults to 1in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| cells | No | ||
| width | No | ||
| position | No | ||
| column_name | Yes | ||
| tablix_name | Yes |