Count repeated values in a column

Hello!

I wanna know if it is possible to calculate the number of occurrences of a repeated value in a column. For example i have this: 

 

336adf71-b778-4294-b838-3a08bbab31bc.png

And I want to create another column that shows the number of occurrences of each id. For example, for id 41246261004 is 2, for id 41244724964 is 1. 

How is it possible? Thanks

0 1 1,705
1 REPLY 1

Make a measure with “type: count” in the view file. 

measure: count {
    type: count
  }

If you then use this measure together with the dimension in your picture, you will achieve your desired outcome.

Top Labels in this Space
Top Solution Authors