set_query_buffer
Buffer a Power Query table to load it into memory once, preventing re-evaluation and downstream folding.
Instructions
Power Query folding hint: wrap the table in Table.Buffer so it loads once into memory (stops re-evaluation and downstream folding). Appends Table.Buffer 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) |