Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udipta14/store_sales_analysis
The aim of this project was to built an interactive dashboard in Power BI with a store's sales dataset. The dashboard is accessible through the link provided in Readme file.
https://github.com/udipta14/store_sales_analysis
dashboards dataanalysis datamodeling datavisualization etl excel powerbi powerquerym
Last synced: about 12 hours ago
JSON representation
The aim of this project was to built an interactive dashboard in Power BI with a store's sales dataset. The dashboard is accessible through the link provided in Readme file.
- Host: GitHub
- URL: https://github.com/udipta14/store_sales_analysis
- Owner: udipta14
- Created: 2023-10-24T19:31:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T21:41:52.000Z (about 1 year ago)
- Last Synced: 2023-10-25T20:37:21.780Z (about 1 year ago)
- Topics: dashboards, dataanalysis, datamodeling, datavisualization, etl, excel, powerbi, powerquerym
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store_Sales_Analysis
Click Here 👇
[Dashboard](https://app.powerbi.com/view?r=eyJrIjoiOWY0ZjY5NDMtZDk5Zi00ZTE2LWIxZjgtNzA3ZDMxZmI0NTc5IiwidCI6ImM0YzUzNGFiLTZlMGMtNDRmOC04YzRiLTAxN2ViZWUxZGMxYiJ9)***Dataset Introduction***
Store Sales Dataset contains two sheets of Data i.e, Orders and Revenue.
**Orders** - This table contains order information like product, customer details, and shipping details like shipping address, package type.
**Revenue** - This table contains Store sales, discounts, shipping charges. Also, it contains the Revenue of orders like Profit, loss, and discount.***Business Problem***
A Sales Manager wants to understand different priority orders with their order quantities and revenue generation on them to prepare Business Strategy accordingly. They also want to check which region stores are giving good Margins and a consistent number of orders over time.
**Performed Data Transformation on Store Sales Data before building Visuals ->**
1. Cleaned the unnecessary(blank) columns or rows.
2. Splited Column Location in Orders table by using custom delimiter colon (:) and renamed new columns to Region and State.
3. Added a new custom column in the Revenue table named ‘ Discounted Shipping Price’ by using formula (Shipping Cost - Discount).
4. Created an Index Column in the Orders table with name “Order Sl. No” ranging from 1 with increment of 1.
5. Changed Data type of Order ID, Order Sl. No and Customer ID to text in Orders Table.
6. Added a conditional column in the Revenue table named ‘Profitable Order’ with condition Profit > 1000 and provided values as : if Profit > 1000 (Yes) else (No).**Problem Statement**
1. The Sales Manager liked to know the sales for **Order ID 90193**.
Created a Manual Relationship between two tables Orders and Revenue.
Also created a table visual to find out the Sales of specified order and the answer is below .
-> 6362.852. The Sales Manager wanted to find out the total sales based on order priority, region, and customer ID.
Find out the categories which generated the highest sum of sales.Which order priority generated the highest sum of sales?
-> High
Which region generated the highest sum of sales based on the above category?
-> East
What is the customer ID which generated the highest sum of sales from the above categories?
-> 683. The Sales Manager liked to see whether Sales Target is achieved or not for the second quarter of the year 2015.
Find out the total % of increase or decrease of sales over sales target (without % and + sign)
-> 6.134. Compare the profit and sales till now.
Q.1 Find the date where there was the highest sale. -> 02/02/2015
Q.2 Find the profit for the corresponding date. -> 991.375. Sales Manager wants to track profit of specific product which contains name “Newell” and discount is less than 0.03.
Created a visual and found out the product name which has the highest profit.
Q.1 Find the full name of the product: -> Newell 335
Q.2 Find the profit amount. -> 57.86. The Sales Manager liked to represent their footprint in different cities online by showcasing the average shipping cost in that respective state.
Q.1 Find out the state with the highest average shipping cost. -> Vermont
Q.2 For the state of California, Share the name of the city and its profit which has the highest average shipping cost.
Enter the city name: -> San Gabriel
Q.3 Enter the average value of the shipping cost for the above-submitted city: -> 26
Q.4 Enter the profit for the above-submitted city: -> 4390.97
For More Enquiry Click On 👉 [LinkedIn](www.linkedin.com/in/udipta-anupam)