Power Query
published
Search
K
Comment on page

Table.FirstValue

Table.FirstValue

Returns the first column of the first row of the table or a specified default value.
function (table as table, optional default as nullable any) as nullable any

Description

Returns the first column of the first row of the table table or a specified default value.

Category

Table.Row operations