Standard.DatabaseDB_ColumncoalesceOn this pageDB_Column.coalesce coalescevalues Group: Logical Documentation Returns a column of first non-Nothing value on each row of self and values list. Arguments values: list of columns or values to coalesce with self. Examples Get the first non-Nothing value in two columns.