3. Practical Mini-Cases
Open your downloaded practice workbook and try solving these real-world scenarios:
You have a raw sales history log containing transactions from various regions, sales representatives, product categories, and revenues.
📋 Analytics Requirements:
- Who is the top-performing Sales Representative by total revenue?
- Which product Category generates the largest share of sales?
- How does clothing revenue compare across different regions?
💡 Solution Steps:
- Insert Pivot Table at cell
I12.
- Drag Sales Rep to Rows, and Revenue to Values. Right-click any cell in the revenue column, choose Sort > Sort Largest to Smallest. (Result: Chetan is top).
- Drag Category to Rows instead of Sales Rep. Highlight the table, click Insert > PivotChart > Pie Chart to show revenue distributions.
- Add a Slicer for **Region** to inspect how categories perform in specific territories.
You have a raw log of customer support tickets containing Agent names, Priority levels, Ticket Statuses, response times, and ratings.
📋 Analytics Requirements:
- What is the total ticket volume by Priority level and Status?
- Which Agent handles resolving tickets with the lowest average Response Time?
- Who has the highest average Customer Rating?
💡 Solution Steps:
- Insert a Pivot Table at cell
I12.
- Drag Priority to Rows, Status to Columns, and Ticket ID to Values. Make sure it calculates by COUNT of Ticket ID.
- Create a second Pivot Table: Drag Agent to Rows, and Response Time (Hrs) to Values. Right-click the values header, select Value Field Settings, change calculation to **Average**, and click Number Format to format it to 1 decimal place.
- Add **Rating (1-5)** to Values, change its calculation to **Average** as well. Compare agent performance.