detect_column_types
Automatically detect and apply column data types from each column's first non-null value. Eliminates manual schema specification when transforming tables in Power Query.
Instructions
Power Query Detect Data Type: auto-detect and apply each column's type from its data. Appends a self-contained Table.TransformColumnTypes whose {column, type} pairs are inferred from the first non-null value of every column - no schema needs to be supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| sessionId | Yes | ||
| partitionName | No | partition name (optional; defaults to the first partition) |