Forum Discussion

gaurav-narchal's avatar
5 years ago
Solved

Identify Duplicate Values in a Table using a measure

Hello   How can i identify dupplicate values in a table column (Number) using a measure?   Thanks Gaurav   Product Number Drum 111 Drum 122 Drum 123 Drum 134 Drum 133 ...
  • Anonymous's avatar
    Anonymous
    5 years ago

    You don't need a measure for this. You can do it directly using the table visual by counting the "Number" for each product. You can use a table visual in which you add the Product column and Number column twice. The first Number column will be the Number itself and the second Number column will be aggregated by count as shown below. You can then sort or filter by "Count of Number" on anything greater than 1 which indicates a duplicate.