2024: Week 43 - MiniBytes Worst Selling Products
Challenge by: Jessica Kirk
It's week 43 of the year, so it seems only right to return to the challenges that DS43 created for us earlier in the year:
This week we are looking at a subset of product data from a SuperBytes smaller local store: MiniBytes. We are looking at their worst selling products within 5 categories: home, groceries, beauty, electronics and clothes. We want to look at the total sales at a category level and compare the products within each category.
Input
We've been provided with a small subset of aggregated data to build the logic from:
Requirements
- Input the data
- Calculate the Total Sales Value for each Product
- Calculate the Total Sales at a Category level
- Work out the Percentage of Total for each Product within a Category
- MiniBytes wants the identify the products which make up the bottom 15% of each each category's sales. Filter the data to just these products
- Remove unnecessary fields
- Output the data
Output
- 6 fields
- Category
- Product
- Product ID
- Price
- Sales
- % of Total
- 11 rows
After you finish the challenge make sure to fill in the participation tracker, then share your solution on Twitter using #PreppinData and tagging @Datajedininja, @JennyMartinDS14 & @TomProwse1You can also post your solution on the Tableau Forum where we have a Preppin' Data community page. Post your solutions and ask questions if you need any help!
- Category
- Product
- Product ID
- Price
- Sales
- % of Total
After you finish the challenge make sure to fill in the participation tracker, then share your solution on Twitter using #PreppinData and tagging @Datajedininja, @JennyMartinDS14 & @TomProwse1
You can also post your solution on the Tableau Forum where we have a Preppin' Data community page. Post your solutions and ask questions if you need any help!