I have a field which lists maybe 1000 different unique shopping lists. Some are similar, some are extremely different. Each one will have a count.
Screenshot of concept visualization:
In a table, it would look like this:
List Count
[“Pizza Dough”, “Tomato Sauce”, “Cheese”, “Bananas”, “Apples”, “Toothpaste”] 23
[“Bread”, “Oranges”, “Apples”, “Bananas”, “Watermelon”, “Pasta”, “Mozzarella”] 16
[“Kiwi”, “Watermelons”, “Peaches”, “Cookies”, “Toy Car”, “Butter”] 3
I have a list of items i want to extract. In this example, lets say its fruits. So my list is pre-defined, therefore for this example would be bananas, apples, oranges, watermelon, peaches, kiwi. In my real-time one it would have around 40 names of fruits to be extracted. How can i extract each individual one, and have a count for it?
So apples would have a count of 39 (23 + 16), oranges have a count of 16, watermelons have a count of 19 etc. Is this possible to do in QuickSight?
I’m unable to send screenshots, as its a made up scenario which i can apply to my real-time goal, but i can draw or recreated whatever is needed. Any help is appreciated
-Thanks