Git Product home page Git Product logo

fp20_analytics_challenge_8-it_help_desk_analysis's Introduction

🎫 FP20 Analytics Challenge 8-IT Help Desk Analysis

image

Table of Contents :

🎯 Problem Statement :

We have gathered data from various sources, including sales data, product information, geography, sales representatives, and categories. The task involves data gathering, data modeling, DAX calculations, and creating visuals for the dashboard.

In this challenge, you are presented with a reliable dataset that shows the IT ticket data and Agents’ profiles for a fictitious company that you work for. You will provide your actionable insight into your organization's trends, usage patterns, systems behaviours, service level agreement etc. It will help our IT department to stay up to date with industry developments. We have gathered data from various sources, including IT Agents and Tickets. The task involves data gathering, data modeling, DAX calculations, and creating visuals for the dashboard.

In the Tickets Table

  • The client requires the canvas settings of the PBI report to be H:1080 - W:1920
  • The client would like columns Severity and Priority to be split into 2 columns, creating an ID and classification columns. Example Severity Key column = 0 and Severity Type = Unclassified.
  • The Average Resolution time is 4.5 days. The Client would like to create a new column where if the Resolution time is above 3.5 days = "Outside SLA" and if it is below "Within SLA". This will allow the client to push for all calls to stay within the limit by targeting these calls and agents.

In the IT Agents Table

  • Column Full Name to be split into 2 columns Name and Last Name, where last name is missing to be obtained from the email address column.
  • Name and Last name columns must be Capitalize first words and trimmed.
  • Year/Month/Date of birth must be in one Column - data type Date.
  • The client would also like to know the Age of the Agents from the Agents' DOB to 31/12/2020.

Data Gathering / Requirement:

The Dataset used for this challenge was presented by FP20 Challenges and Diversity and Inclusion dataset:

Dataset:

Data Preparation:

Completed the Data transformation in Power Query and the dataset was loaded into Microsoft Power BI Desktop for modeling.

IT Tickets and Agents dataset is given table named:

  • IT Tickets which has 97499 rows and 10 Column of observation.
  • IT Agents which has 50 rows and 8 Column of observation.

Data Modelling:

Then dataset was cleaned and transformed, it was ready for data modeled.

  • The IT Tickets and Agents tables as shown below:

We will create the data model connecting all tables and utilize the Calendar table that has already been set up.

image

Data Analysis Expression (DAX) Calculation :

Measures used in visualization are:

  • Total Agents = COUNT(IT_Agents[Agent ID])
  • Total Ticket = COUNT(Tickets1[ID Ticket])
  • Avg. Agent Age = AVERAGE(IT_Agents[Age])
  • Avg. Resolution Time = AVERAGE(Tickets1[Resolution Time (Days)])
  • Avg. Satisfaction Rate = AVERAGE(Tickets1[Satisfaction Rate])
  • Issue type IT Error = CALCULATE(COUNT(Tickets1[ID Ticket]),Tickets1[Issue Type]="IT Error")
  • Issue type IT Request = CALCULATE(COUNT(Tickets1[ID Ticket]),Tickets1[Issue Type]="IT Request")
  • Outside SLA = CALCULATE(COUNT(Tickets1[ID Ticket]),Tickets1[Resolution]="Outside SLA")
  • Within SLA = CALCULATE(COUNT(Tickets1[ID Ticket]),Tickets1[Resolution]="Within SLA")
  • Resolution Issue type IT Error = CALCULATE(COUNT(Tickets1[Resolution Time (Days)]),Tickets1[Issue Type]="IT Error")
  • Resolution Issue type IT Request = CALCULATE(COUNT(Tickets1[Resolution Time (Days)]),Tickets1[Issue Type]="IT Request")

Date Calculation:

  • DateMaster = CALENDAR(FIRSTDATE(Tickets1[Date]),LASTDATE(Tickets1[Date]))
  • Month = MONTH(DateMaster[Date])
  • Year = YEAR(DateMaster[Date])
  • Month Name = FORMAT(DateMaster[Date],"MMM")
  • Month Order = DateMaster[Date].[MonthNo]
  • Quertor = QUARTER(DateMaster[Date])
  • Week Day = WEEKDAY(DateMaster[Date])
  • Week Day Name = FORMAT(DateMaster[Date],"DDD")
  • Year = YEAR(DateMaster[Date])

πŸ“ˆ Report:

Data visualization for the dataset was done using Microsoft Power BI Desktop:

View Report - Report

Tickets
image
Agents
image

πŸ“Š Dashboard:

Dashboard
image
image
image

Tools, Software :

  1. Power BI

  2. Power Query Editor

  3. Power BI Service

  4. Power BI Desktop

  5. Power BI Dashboard

  6. DAX

  7. Excel


fp20_analytics_challenge_8-it_help_desk_analysis's People

Contributors

yogeshkasar778 avatar

Watchers

 avatar

Forkers

roman8633

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.