Showing only the unique rows in a table without repeats

Try this filter -
thisTable.Filter([Unique Unit Name]=thisRow.[Unique Unit Name]).First()=thisRow

8 Likes