function (table
as table,columns
as list) as table
table
specified where the value of the next cell is propagated to the null-valued cells above in the columns
specified.Table.FromRecords({[Column1=1,Column2=2],[Column1=3,Column2=3],[Column1=5,Column2=3]})