Distinct Rows from a data table

DT1 = DT.AsEnumerable().GroupBy(Function(a) a.Field(Of String)(1)).Select(Function(b) b.First).CopyToDataTable()

try thatDuplicate Row Data.zip (7.6 KB)