function (table as table, count as number) as table
table
count
Table.FromRecords({ [ a = 1, b = "hello" ], [ a = 3, b = "world" ], [ a = 1, b = "hello" ], [ a = 3, b = "world" ] }, { "a", "b" })