PowerQuery
Home
Blog
Functions
Patterns
Showcases
← Back to Type functions
Type.TableColumn
This function retrieves the data type of a specific column named "column" within the table called "tableType".
Syntax
Type.TableColumn(tableType as type, column as text) as type
About
This function retrieves the data type of a specific column named "column" within the table called "tableType".