Skip to content

Latest commit

 

History

History
50 lines (23 loc) · 596 Bytes

File metadata and controls

50 lines (23 loc) · 596 Bytes

TASK 1-Infosys Springboard

Create a Simple Sales Dashboard

Objective: Build a basic dashboard to analyze sales data.

Steps:

  1. Use a dataset with these columns:

Date

Region

Product Category

Sales Amount

Profit

Units Sold

  1. Create the following:

A bar chart showing total sales by region.

A line chart showing sales trends over time.

A pie chart showing the share of each product category in total sales.

Cards to display: Total Sales

Total Profit

Total Units Sold

  1. Add slicers:

Region

Product Category

  1. Format the dashboard neatly and label everything clearly.