How to count rows per field using a measure: count?

I have a view that produces data like this:

Item_iditem_descriptionbucket_id
23cook book4
42apron2
22spoon4
12frying pan3
28cook book4

I'd like to count the rows per bucket_id. If I was using SQL, it would be count(*) and GROUP BY. The result would look something like this:

bucket_idcount(*)
43
31
21

Ultimately, I'd like to user Looker's Measure: count {} to get the same functionality. That way, users could also click on a bucket_id (or a count(*) and then see the details of everything in the bucket too.

I can't seem to figure this one out.

0 1 536
1 REPLY 1

Hi mr_joel, I noticed your discussion about the issue you're facing, and I'm experiencing something similar. Have you found any solutions or workarounds yet?