Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Counting comma seperated value as mutiple counts

Doy
Bronze 1
Bronze 1

I have a column named "flavor" and it can have values such as:

- Dark Chocolate
- Oreo Birthday
- Dark Chocolate,Dark Chocolate,Dark Chocolate
- Dark Chocolate,Oreo Birthday

In the case where there are multiple flavors in 1 record, I would like to count them individually. Here is how my table shows these multiple flavors now:

Doy_0-1718989751316.png

Instead of that whole string being counted once, I would like for Dark Chocolate to be counted 3 times. Is this possible? Or do I have to make a separate table?

0 1 274