Quick Service Restaurant" and "Fast-Moving Consumer Goods"
This project analyzes and optimizes the financial performance of Crunchy Corner, one of India's largest fast-food restaurant chains. The goal is to create an interactive Power BI dashboard to monitor key metrics, analyze budget variance, and identify optimization opportunities using advanced DAX calculations.
- Analyze historical financial data for performance trends.
- Optimize business operations through gross profit and SKU analysis.
- Conduct budgeting and variance analysis.
- Implement dynamic visualizations (Pareto charts, Mekko charts, conditional formatting) for actionable insights.
- Unclean Data: Google Drive Folder
- Cleaned Data: Google Drive Folder
Presentation Overview (PPTX)
The PowerPoint deck outlines the project workflow, including:
- Data Preparation: Cleaning and structuring raw data.
- Financial Performance Analysis:
- Actual vs. Budget comparisons using DAX.
- Gross Profit Margin calculations.
- Business Optimization:
- Pareto Analysis (Top SKUs by sales and profit).
- Dynamic Gross Profit vs. Volume comparisons.
- Budgeting Analysis:
- Variance analysis and PVM (Price-Volume-Mix) metrics.
- Advanced DAX Functions:
- Time intelligence (YTD, monthly sales).
- Running totals, cumulative percentages, and ranking.
- Conditional formatting for profit/loss visualization.
Dashboard Features (PBIX)
The Power BI dashboard includes:
- Financial Performance: Actual vs. Budget variance charts.
- Pareto Analysis: Top 20% SKUs contributing to 80% of revenue.
- Mekko Chart: SKU sales distribution across regions.
- Quadrant Analysis: Gross profit vs. sales volume.
- Time-Based Metrics: Monthly/YTD sales trends.
- DAX Measures:
-- Cumulative Sales % Cumulative % = VAR sales = SUM(OrderBreakdown[Sales]) RETURN DIVIDE( CALCULATE(SUM(OrderBreakdown[Sales]), FILTER(ALLSELECTED(ListOfOrders[State]), CALCULATE(SUM(OrderBreakdown[Sales])) >= sales)), [Total Sales])
-- Conditional Formatting for Profit Conditional Formatting = IF(SUM(OrderBreakdown[Profit]) > 0, "Green", "Red")
- Dynamic Filters: Timeframe (Monthly/YTD), Top N SKUs, and regions.
- Data: Download the cleaned dataset from the Google Drive folder.
- Dashboard: Open the
.pbix
file in Power BI Desktop. - Presentation: Review the PDF/PPTX for methodology and insights.
This dashboard empowers Crunchy Corner’s stakeholders to:
- Track financial health in real-time.
- Identify underperforming SKUs and regions.
- Optimize budgets and resource allocation.
Links Summary
Contact Me