Type.TableRow
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns a row type from a table type.
Type.TableRow(table as type) as type
Type.TableRow(
Value.Type(
Value.ReplaceType(
Table.FromRecords({[A=1]}),
type table [ A = number] ))
)
equals type [ A = number ]
Show: