Projects

Things I've built.

Real projects from real work — dashboards, queries, automations, and analyses that solved actual business problems.

18
Total
7
Power BI
5
Excel
6
SQL & Python
📊
Power BI
7 projects
Sales KPI Dashboard
5 pages · 30+ DAX measures
Multi-page dashboard tracking revenue, GP%, customer trends, salesperson performance, and monthly comparisons with MoM and YoY analysis.
DAXStar SchemaRLSBookmarks
Daily Gross Profit Monitor
Auto-refresh · daily management view
Automated daily GP tracking dashboard connected to ERP data, with threshold alerts and margin trend analysis for management review.
GatewayScheduled RefreshDAX
Inventory Aging & Expiry Analytics
FIFO logic · expiry forecasting
FIFO-based inventory aging dashboard identifying slow-moving stock, near-expiry items, and warehouse utilisation patterns across product categories.
FIFOData ModelingConditional Formatting
HR Headcount Dashboard
Department-level · attrition tracking
Employee headcount, department distribution, joining/exit trends, and workforce planning metrics for HR leadership review.
HR AnalyticsDecomposition TreeSlicers
Financial Inflow/Outflow Tracker
Bank reconciliation · Tally integration
Cash flow dashboard integrating POS and Tally data to track bank inflows, outflows, petty cash, and aggregator settlements daily.
TallyPOS DataDAX
Warehouse Planning Dashboard
30% handling time reduction
Dashboard automating warehouse space allocation and order picking priorities based on real-time demand patterns and current stock levels.
What-If ParametersTooltipsDrillthrough
SDLC Project Tracker
8 dashboards · 50% time saved
Suite of dashboards tracking software development lifecycle stages, sprint velocity, bug counts, and release timelines for engineering teams.
Agile MetricsGanttKPI Cards
📋
Excel & Power Query
5 projects
Monthly GP Analysis Workbook
32 sheets · auto-calculated
Comprehensive gross profit workbook with item-level margin analysis, supplier comparisons, and automated summaries from ERP CSV exports.
Power QueryPivot TablesXLOOKUP
Vehicle Fleet Cost Report
HIACE vs ISUZU · per-km cost
Maintenance cost tracking and comparison report for company fleet vehicles, with per-km cost analysis and service interval forecasting.
ChartsConditional FormattingData Validation
Procurement Savings Tracker
5 years data · 13% savings found
Historical purchasing data analysis identifying cost reduction opportunities across suppliers, with price trend charts and negotiation benchmarks.
INDEX MATCHSparklinesPower Query
Commercial Invoice Generator
Proportional line-item cost split
Automated invoice workbook that distributes total amounts proportionally across product line items with proper rounding and clean print layout.
FormulasPrint LayoutData Validation
Aggregator Sales Reconciliation
35% better payout visibility
Reconciliation workbook matching POS aggregator payouts against bank deposits, flagging discrepancies and commission overcharges automatically.
Power QuerySUMIFSConditional Formatting
🗄️
SQL
4 projects
Monthly Profitability Query
Item-level margin ranking
Query suite calculating monthly profitability by item, customer, and salesperson with margin percentages and revenue contribution rankings.
GROUP BYWindow FunctionsCTEs
Customer Status Classifier
Active / Dormant / Lost logic
Query classifying customers as Active, Dormant, or Lost based on purchase recency and frequency — feeds directly into Power BI sales dashboard.
CASE WHENDate FunctionsSubqueries
Revenue Concentration Analysis
Pareto / 80-20 breakdown
Pareto analysis identifying top revenue-contributing customers and items, with running totals and cumulative percentage calculations using window functions.
Running TotalsNTILERanking
ERP Data Extraction Pipeline
Extract → clean → load to BI
Stored procedures extracting, cleaning, and transforming raw ERP data into structured tables ready for Power BI consumption via scheduled refresh.
Stored ProceduresETLNormalization
🐍
Python
2 projects
GP Analytics Automation Script
Replaces 32-sheet Excel workbook
Python script automating gross profit analysis from ERP CSV exports — data cleaning, margin calculations, supplier aggregations, and Excel report generation.
pandasnumpyopenpyxl
Invoice PDF Generator
Auto proportional line-item split
Python script generating formatted commercial invoice PDFs with proportional amount distribution across product lines using ReportLab.
ReportLabpandasPDF