select_columns
Keep only specified columns in a Power BI table and drop all others, preserving the listed order. Appends Table.SelectColumns to the M query.
Instructions
Power Query Choose Columns: keep ONLY the listed columns (in that order) and drop the rest. Appends Table.SelectColumns to the table's M query. columns is comma-separated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| columns | Yes | columns to keep, comma-separated | |
| sessionId | Yes | ||
| partitionName | No | partition name (optional; defaults to the first partition) |