I'm looking to report on data in Tableau, I'm having trouble with one column in the data source which has multiple texts separated by commas. Its currently on Google Sheets and I plan to build a table in data warehouse and then link it to the tableau for reporting. The data looks like below:
ID Year Location Fruits
1 2018 USA Apple, Banana, Kiwi
2 2019 Japan Kiwi, Orange, Mango, (up to 40 fruits in some columns)
I'm looking for a way to report on Fruits column like pivots. For eg, a way to see trends: How many apples in 2018 vs how many apples in 2019, How many instances of apples in the USA? metrics like that. I'm open to reshaping the data to suit my needs. Using SQL to query data as such and import to Tableau.
Tableau 2018.3 Oracle SQL Server