Skip to content

Germandcont/SQL_DataModeling_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL_Project

The idea of this project is to perform a data analysis using a database provided by Microsoft for learning purposes: AdventureWorks_DB.
We will use SQL for querying the data and Power BI for visualization and analysis.

PowerBi Dashboard URL

PowerBi

Steps

1. Environment Setup

  • Connect to SQL SERVER using SSMS
  • Create the database and add tables (CSV files), obtained from Microsoft Learn in this case

2. Business Request

  • Read the Business Request to align our analysis with the client's objectives

3. SQL Queries

  • Select important columns
  • Use Joins
  • Filter by requested analysis dates
  • Save results (Queries and CSV files)

4. Power BI Dashboard and Metric Creation with DAX

  • Import results through SQL Server using previously saved queries
  • Perform important modifications, such as data type adjustments
  • Editing and creating relationships between tables
  • Create key metrics to present results, such as:
    • Budget Amount = SUM(Fact_Budget[Budget])
    • Sales - Budget = [Sales] - [Budget Amount]
    • Sales / Budget Amount = DIVIDE([Sales], [Budget Amount])
  • Build an interactive dashboard

RESULT BASED ON REQUIREMENT

Diseño sin título (3)

About

Request Data Analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages