Table.FirstValue

This function retrieves the initial column of the initial row from the specified table. If no value is found, it will return a specified default value.

Syntax

Table.FirstValue(table as table, optional default as any) as any

About

This function retrieves the initial column of the initial row from the specified table. If no value is found, it will return a specified default value.