function (table
as table,rows
as list, optionalequationCriteria
as nullable any) as table
rows
from the table
. An optional parameter equationCriteria
may be specified to control the comparison between the rows of the table.({[a = 1, b = 2], [a = 3, b = 4], [a = 1, b = 6]})
.Table.FromRecords({[a = 3, b = 4]}, { "a", "b" })