Financial Performance Dashboard (Business Analyst)
Financial Performance Dashboard (Business Analyst)
Dataset : Dataset is available in the given link. You can download it at your
convenience.
Objective:
The goal of this Tableau project is to analyze financial performance across different
countries, products, and time periods, using key financial metrics such as sales, profit,
cost of goods sold (COGS), and discounts.
Columns Provided:
● Segment
● Country
● Product
● Discount Band
● Units Sold
● Manufacturing Price
● Sale Price
● Gross Sales
● Discounts
● Sales
● COGS (Cost of Goods Sold)
● Profit
● Date
● Month Number
● Month Name
● Year
1. Connect to Data:
○ Open Tableau, click Connect, and import the dataset (CSV, Excel, or
database).
○ Ensure that the Date, Month Number, Month Name, and Year fields are
correctly formatted as dates.
2. Create Calculated Fields: We'll create some calculated fields for deeper
analysis.
Profit Margin: To analyze profitability.
tableau
Profit Margin = SUM([Profit]) / SUM([Sales])
Task 2: Visualizations
1.
Cost-to-Sales Ratio:
tableau
IF SUM([Sales]) != 0 THEN SUM([COGS]) / SUM([Sales]) END
2.
Revenue Calculation:
tableau
3.
Discount Impact:
tableau
4.
Final Output:
This is a flexible project structure that can be adjusted according to the specific needs
of the dataset and business requirements. You can modify the columns and add more
complex calculated fields for deeper financial analysis.
Example: You can get the basic idea how you can create a project from here
● Purpose: Generate insights, understand relationships, and prepare the data for
calculated fields and KPIs.
● Key EDA Operations (20 operations with code snippets):
1. Sales Distribution by Segment: Aggregate and visualize sales for each
segment.
2. Sales Trends over Time: Plot sales trends by month and year.
3. Profit Margins by Product: Visualize which products yield the highest
profit margins.
4. Country-wise Sales Distribution: Analyze sales concentration in different
countries.
5. Discount Band Effects on Sales: Observe how discount levels affect
sales.
6. Sales Distribution by Month: Analyze which months have peak sales.
7. Top Products by Units Sold.
8. COGS vs. Sales: Identify cost-heavy products and regions.
9. Profit by Segment and Product: Comparison analysis.
10. Discount Patterns by month or product category.
11. Year-over-Year Sales Growth.
12. Seasonal Sales Trends.
13. Distribution of Gross Sales by Country.
14. Discount Band Analysis: Evaluate the effectiveness of discounting
strategies.
15. Customer Segmentation Analysis.
16. Monthly Average Sales.
17. Gross Sales Variance between countries.
18. Distribution of Profit Margins by Product.
19. COGS Distribution by Segment and Product.
20. Country Contribution to Gross Sales.
● Purpose: Generate specific fields to drive KPI insights and analytical depth.
● Examples:
1. Net Sales: Gross Sales - Discounts.
2. Profit Margin (%): (Profit / Sales) * 100.
3. Total Cost: COGS + Discounts.
4. Year-over-Year Growth: (Sales - LOOKUP(Sales, -1)) /
LOOKUP(Sales, -1).
5. Units Sold per Country: {FIXED [Country] : SUM([Units
Sold])}.
6. Sales Variance: Sales - LOOKUP(Sales, -1).
7. Discount Percentage: [Discounts] / [Gross Sales].
8. Average Manufacturing Price per Unit.
9. Cumulative Sales by Month: RUNNING_SUM([Sales]).
10. Monthly Sales Target: Create a static or dynamic target.
11. Sales Performance Ratio: [Sales] / [Target Sales].
12. Discount Impact: Calculated by comparing Gross Sales to Net Sales.
13. COGS Percentage: (COGS / Gross Sales) * 100.
14. Revenue per Product.
15. Year-over-Year Growth by Segment.
16. Profit per Segment: {FIXED [Segment] : SUM([Profit])}.
17. Discounted Units Percentage.
18. Average Units Sold per Segment.
19. Top 3 Products by Profit.
20. Sales Ratio by Product.
● Examples:
1. Line Chart for Sales Trends over Time.
2. Bar Chart for Sales by Segment.
3. Pie Chart for Profit by Product.
4. Heat Map to show Sales Performance by Country and Segment.
5. Scatter Plot for Discount vs. Profit.
6. Map Visualization for Country-wise Revenue.
7. Box Plot for Distribution of Manufacturing Price.
8. Histogram for Sales Distribution.
9. Stacked Bar Chart for Gross Sales, Discounts, and Net Sales.
10. Area Chart for Cumulative Sales.
11. Dual Axis Chart for Sales and Profit Comparison.
12. Tree Map for Product Sales Distribution.
13. Funnel Chart for Segment Sales.
14. Waterfall Chart for Profit Breakdown.
15. Bullet Chart for Sales vs Target.
16. Gantt Chart for sales cycles.
17. Treemap for Product Profit Contribution.
18. Box and Whisker Plot for Price Distribution.
19. Gauge Chart for KPI Goal Achievement.
20. Interactive Filter Panel for Country/Segment Analysis.
6. Dashboard Creation
Sample report
Finance Report Dashboard
Hello Everyone,
I made this Finance Dashboard in Power BI with the Finance Excel Workbook provided
by Microsoft on their Website.
Problem Statement
Report has Multiple Section's from where you can manage the Data, Like :
● Report Data can be sliced by Segments, Country and Year to show Particular
Data.
● It has cards showing Total Units Sold, Total Gross Sale and Total Profit.
● It has a Clustered Bar Chart with Year on X-Axis and Profit on Y-Axis showing
Profit Quarterly.
● And Lastly, It has a Area Chart showing Months on X-Axis and Profit on Y-Axis
showing profit Monthly.
● I have also included a Reset Button at the Top to clear all Slicer's.
● To use it hold CTRL and then click it to reset the Slicer's.
Getting Started
● Clone the repository to your local machine using the following command :
git clone https://github.com/TheMrityunjayPathak/FinanceReportDashboard.git
Reference link