https://github.com/tamk-kol/sql-powerbi-hr_data_analysis-end-to-end
We'll build an HR database in SQL Server, import CSV data, and run queries for analysis. Then, we'll connect to Power BI, create visualizations, and build a dashboard. This end-to-end project will address HR's requests regarding healthy employees, non-smoker compensation, and absenteeism insights, all within the specified budget constraints.
https://github.com/tamk-kol/sql-powerbi-hr_data_analysis-end-to-end
absenteeism analysis employee-management end-to-end end-to-end-project hr leave leaveanalysis powerbi powerbi-desktop powerbi-report powerbi-visuals powerbidashboard powerbiservice sql sql-server sqlserver
Last synced: 3 months ago
JSON representation
We'll build an HR database in SQL Server, import CSV data, and run queries for analysis. Then, we'll connect to Power BI, create visualizations, and build a dashboard. This end-to-end project will address HR's requests regarding healthy employees, non-smoker compensation, and absenteeism insights, all within the specified budget constraints.
- Host: GitHub
- URL: https://github.com/tamk-kol/sql-powerbi-hr_data_analysis-end-to-end
- Owner: tamK-kol
- License: mit
- Created: 2024-06-27T15:26:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T07:04:38.000Z (11 months ago)
- Last Synced: 2025-01-06T09:46:07.611Z (4 months ago)
- Topics: absenteeism, analysis, employee-management, end-to-end, end-to-end-project, hr, leave, leaveanalysis, powerbi, powerbi-desktop, powerbi-report, powerbi-visuals, powerbidashboard, powerbiservice, sql, sql-server, sqlserver
- Homepage:
- Size: 549 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL-PowerBI-HR Data Analysis-End-to-End

## HR Request to Data Analysis Team:
1. Provide a list of Healthy Individuals & Low Absenteeism for our healthy bonus program - Total Budget USD 1000.
2. Calculate a Wage Increase or annual compensation for Non-Smokers for: Insurance Budget of USD 983.221 for all Non-Smokers.
3. Create a Dashboard for HR to understand Absenteeism at work based on the approved wireframe.
## Project Overview:
1. Build a Database
2. Develop SQL Query
3. Perform Analysis
4. Connect Database to Power BI
5. Build a Dashboard## Installation:
1. Microsoft SQL Server: To create and manage the database.
2. Power BI Desktop: To create and visualize the dashboard.## Steps:
### 1. Set up the database:
a. Create a new database in Microsoft SQL Server.b. Import the CSV files from the Data folder into the database using the SQL scripts provided in the SQL folder.
### 2. Run the SQL queries:
a. Open the SQL Server Management Studio.b. Connect to the database you created.
c. Execute the SQL scripts in the SQL folder to clean, transform, and analyze the data.
Step 1:

Step 2:

### 3. Create the Power BI dashboard:
a. Open Power BI Desktop.b. Connect to the database you created.
c. Import the data from the database.
d. Create visualizations and dashboards using the data.
e. Save the Power BI report file (.pbix) in the Power BI folder.