transpose
Flips rows into columns and columns into rows in a Power BI table by modifying its M query.
Instructions
Power Query Transpose: flip rows into columns and columns into rows. Appends Table.Transpose to the table's M query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| sessionId | Yes | ||
| partitionName | No | partition name (optional; defaults to the first partition) |