Syntax
List.First(list as list, optional defaultValue as any) as any
Description
Returns the first item in the list list, or the optional default value, defaultValue, if the list is empty. If the list is empty and a default value is not specified, the function returns null.
Reference Data
https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference