Skip to content

Data analytics project that evaluates vendor performance using purchase, sales, and inventory data. Includes data cleaning, KPI creation, and an interactive dashboard for procurement insights.

Notifications You must be signed in to change notification settings

iamAniketjain/Vendor-Performance-Analysis-DA_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Vendor Performance Analysis – Power BI & Data Analytics Project

πŸ“˜ Overview

The Vendor Performance Analysis Dashboard is an end-to-end data analytics project developed using Power BI.
It provides key insights into vendor performance, procurement efficiency, and business spend analysis, helping organizations make data-driven supplier management decisions.

This project demonstrates strong data analysis, ETL (Extract-Transform-Load), and visualization skills using Power BI, Excel, and SQL concepts.


🎯 Objectives

  • Evaluate vendor performance based on KPIs such as delivery timeliness, cost efficiency, and quality ratings.
  • Identify top-performing and underperforming vendors to support procurement decisions.
  • Optimize inventory and purchasing strategies using data insights.
  • Present an interactive Power BI dashboard for business stakeholders.

πŸ“Š Dashboard Insights

The Power BI dashboard includes:

  • πŸ“¦ Vendor Performance Overview – On-time delivery, quality, and cost indicators.
  • πŸ’° Spend Analysis – Total purchase cost and vendor-wise expense distribution.
  • ⏰ Delivery Timeliness – Comparison of planned vs actual delivery dates.
  • πŸ“ˆ Trend Analysis – Monthly purchase and sales trends.
  • 🧾 Key Metrics Cards – Total vendors, total purchases, average cost per order, and defect rates.

🧰 Tools & Technologies

Category Tools Used
Data Visualization Power BI
Data Processing Excel / CSV Files
Database SQLite (inventry.db)
Version Control Git & GitHub
Scripting (optional) Python / Pandas (for data cleaning)

🧱 Project Structure

Vendor-Performance-Analysis-DA_Project/ β”‚ β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ Vendor performance_analysis.pbix # Power BI dashboard file β”‚ β”œβ”€β”€ data/ β”‚ β”‚ β”œβ”€β”€ purchases.csv # Purchase transaction data β”‚ β”‚ β”œβ”€β”€ sales.csv # Sales transaction data β”‚ β”œβ”€β”€ inventry.db # Inventory database β”‚ β”œβ”€β”€ .gitignore # Ignored large/system files └── README.md # Project documentation


🧩 Data Description

Dataset Description
purchases.csv Contains purchase orders, cost, vendor IDs, and dates.
sales.csv Sales data used to correlate vendor supply with sales impact.
inventry.db SQLite database containing stock and vendor details.

πŸš€ Key Learnings

  • Handling and transforming large CSV datasets.
  • Designing clean and interactive Power BI dashboards.
  • Applying DAX formulas for KPI calculations.
  • Version-controlling Power BI and data analysis projects using Git & GitHub.

πŸ“Έ Dashboard Preview

(Add a screenshot of your Power BI dashboard here)
Example:
![Vendor Performance Dashboard](images/dashboard_preview.png)


🧠 Future Enhancements

  • Automate data refresh from SQL database to Power BI service.
  • Add supplier segmentation and performance forecasting using Python or Power BI AI visuals.
  • Integrate alert systems for underperforming vendors.

About

Data analytics project that evaluates vendor performance using purchase, sales, and inventory data. Includes data cleaning, KPI creation, and an interactive dashboard for procurement insights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published