This PowerBI project focuses on visualising data for Apocalypse Food Prep, a company specialising in emergency food supplies. The dataset consists of various CSV files containing information on customers, locations, products, sales, sales teams, and state regions.
The project uses the following CSV files:
- Customers
- Locations
- Products
- Sales
- Sales_team
- State_regions
Each of these CSV files contains specific information critical to understanding and analyzing the business operations and performance.
- Contains details about the customers.
- Information about different store locations.
- Contains the list of products sold by Apocalypse Food Prep.
- Records of sales transactions.
- Details about the sales team members.
- Information on state regions where the stores are located.
The PowerBI dashboard provides several interactive visualizations to explore the dataset:
- Sales Analysis: Visualizes total sales, sales trends over time, and sales breakdown by product, location, and sales team.
- Customer Insights: Analyzes customer demographics and purchase behaviour.
- Product Performance: Shows the performance of different products in terms of sales volume and revenue.
- Geographical Analysis: Maps sales data and store performance by state regions.
- Team Performance: Evaluate the performance of sales team members.
- Total Sales Revenue: Achieved a total sales revenue of £43.08K.
- Production Costs:
- Stainless Steel Axe: £32.45
- Weatherproof Jacket: £30.59
- Backpack: £26.92
- Water Purifier: £17.93
- Total Units Sold: 3001 units across various products.
- Top Selling Products:
- Stainless Steel Axe: Highest production cost (£32.45) and a significant contributor to revenue.
- Weatherproof Jacket: Second highest production cost (£30.59).
- Backpack: £26.92 production cost, showing strong sales.
- Sales Distribution by State:
- Texas: 951 units sold (31.69%)
- Minnesota: 828 units sold (27.59%)
- New York: 613 units sold (20.43%)
- Missouri: 609 units sold (20.29%)
- Average Units Sold by Year and Day: Peaked in sales around mid-January 2022, with an average of 60 units sold on the highest days.
- Successful Multi-State Sales Strategy: Led to significant sales distribution, with Texas and Minnesota being the top-performing states.
- Optimized Product Portfolio: Focused on high-revenue products like the Stainless Steel Axe and Weatherproof Jacket, leading to efficient production cost management.
- Data-Driven Insights: Utilized Power BI to identify peak sales periods and optimised inventory accordingly, resulting in maximized sales during critical times.
- Comprehensive Cost Analysis: Conducted detailed cost analysis across products, leading to informed pricing strategies that balanced profitability with market competitiveness.
To view the visualisations, follow these steps:
- Download the Repository: Clone the GitHub repository to your local machine.
git clone https://github.com/gappeah//Apocalypse-Food-Prep-Report.git
- Open the PowerBI File: Use Microsoft PowerBI Desktop to open the
Apocalypse Food Prep - Visualisations.pbix
file. - Load Data: Ensure that all the CSV files mentioned above are in the same directory as the PowerBI file. PowerBI should automatically link to these files. If not, you can manually load them through the PowerBI interface.
root
│
├── README.md
├── Apocalypse Food Prep - Visualisations.pbix
├── Customers.csv
├── Locations.csv
├── Products.csv
├── Sales.csv
├── Sales_team.csv
└── State_regions.csv
- Open the PowerBI file to access the interactive dashboard.
- Use filters and slicers within the dashboard to explore specific aspects of the data.
- Hover over visualisations to see detailed information and insights.
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.