pbi_create_column
Create or update a calculated column in Power BI tables by specifying table, column name, and DAX expression. Supports data type, format, display folder, and hiding options.
Instructions
Create or update a calculated column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| table | Yes | ||
| data_type | No | ||
| is_hidden | No | ||
| overwrite | No | ||
| expression | Yes | ||
| format_string | No | ||
| display_folder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |