Skip to content

HR dashboard and Report using Power BI Query and DAX Query

Notifications You must be signed in to change notification settings

Murriel11/HR-Dashboard-and-Report

Repository files navigation

HR Dashboard and Report

This project showcases the use of Power Query and DAX Query to analyze employee attendance data, add new measures and columns, and create a dashboard using Power BI. The goal is to provide insights into attendance patterns and identify areas for improvement for HR.

Tools Used

  1. Power BI
  2. Power Query
  3. Dax Query
  4. Data modeling

Cleaning and Analyzing using Power Query

  1. Open Excel and connect to your employee attendance data
  2. Use Power Query to clean and transform the data
  3. Create a copy template for one sheet in Power Query transformations and apply the same transformations to all sheets
  4. Apply all necessary cleaning steps, such as removing duplicates, renaming columns, and changing data types
  5. Create a parameter to select the desired data based on a specific condition
  6. Encapsulate all steps into a function to be reused for future sheets and data
  7. Load and Apply the cleaned data into Power BI

Exploring and Manipulate Some Data Using DAX Query

  1. With DAX Query, we can effectively manipulate and analyze the data to provide insights for visulization and identify areas for improvement for HR.
  2. Create Measures and columns Using DAX functions such as count, sum, calculate, if, switch, divide and Date-time function for exploring some clean data for improve dashboard KPI in PowerBI.

Power BI Dashboard Visualization

  1. Design the dashboard layout
  2. Create a measure table to aggregate and display the data using Dax functions
  3. Use Visulizations for charts and filters for filter dashboard
  4. Now, Add Title HR Dashboard
  5. Add Month column as Slicer and add some informative KPI.
  6. Add Card chart, Pie chart, Line chart, Table chart, Matrix chart, Area chart etc.

image

image

image

Releases

No releases published

Packages

No packages published