demote_headers
Demote column headers to a data row in Power BI by appending Table.DemoteHeaders to the M query, turning headers into the first row.
Instructions
Power Query Use Headers as First Row: push the current column names back down into a data row. Appends Table.DemoteHeaders 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) |