unpivot_other_columns
Keep the specified columns and unpivot all others into Attribute/Value pairs, automatically handling new columns.
Instructions
Power Query Unpivot Other Columns: keep the listed columns and unpivot every OTHER column into Attribute/Value pairs (robust to new columns appearing). Appends Table.UnpivotOtherColumns to the table's M query. keepColumns is comma-separated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| sessionId | Yes | ||
| keepColumns | Yes | columns to keep (everything else is unpivoted), comma-separated | |
| partitionName | No | partition name (optional; defaults to the first partition) |