Highlight duplicate value in Dashboard

In the BAQ, make a sub-query that is essentially the main query, but has a calc field with a COUNT() to count the number of lines.

Then in the Dashboard use a row rule to hightlight any row who’s count value is > 1.