set_stop_folding
Prevent Power Query from folding additional operations into the data source's native query by appending Table.StopFolding to your M query.
Instructions
Power Query folding hint: append Table.StopFolding to prevent the M engine folding any further operations into the data source's native query. Appends Table.StopFolding 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) |