append_queries
Combine rows from multiple queries into one table by appending them (union operation). Use this to stack data from other tables onto your current query.
Instructions
Power Query Append: stack the rows of one or more other queries onto this table (union). Appends Table.Combine to the table's M query. otherTables is comma-separated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| sessionId | Yes | ||
| otherTables | Yes | queries/tables to append, comma-separated | |
| partitionName | No | partition name (optional; defaults to the first partition) |