• Post category:StudyBullet-7
  • Reading time:4 mins read


Data Analyst beginner project: Connect to PostgreSQL & SQL Server ,explore the data and create visualizations

What you will learn

Install SQL Server

Load sample database into SQL Server

Install PostgreSQL

Load sample database into PostgreSQL

Connect Power BI to SQL Server

Connect Power BI to PostgreSQL

Explore SQL Server Database and create visualizations in Power BI

Explore PostgreSQL Database and create visualizations in Power BI

Description

Data exploration is the initial step in data analysis, where users explore a large data set in an unstructured way to uncover initial patterns, characteristics, and points of interest. This process isn’t meant to reveal every bit of information a dataset holds, but rather to help create a broad picture of important trends and major points to study in greater detail. Data exploration can use a combination of manual methods and automated tools such as data visualizations, charts, and initial reports.

Exploratory Data Analysis (EDA) is the first step in your data analysis process. Here, you make sense of the data you have and then figure out what questions you want to ask and how to frame them, as well as how best to manipulate your available data sources to get the answers you need.Β  You do this by taking a broad look at patterns, trends, outliers, unexpected results and so on in your existing data, using visual and quantitative methods to get a sense of the story this tells. You’re looking for clues that suggest your logical next steps, questions or areas of research.

Data analysis is a process of inspecting, cleansing, transforming, and modelling data with the goal of discovering useful information, informing conclusions, and supporting decision-making.


Get Instant Notification of New Courses on our Telegram channel.


Data visualization is the presentation of data in a pictorial or graphical format. It enables decision makers to see analytics presented visually, so they can grasp difficult concepts or identify new patterns.

We will connect to Microsoft SQL Server and PostgreSQL as our data sources then explore the database data before creating visualizations.

English
language

Content

Data Exploration and Visualization

Introduction
Installing Power BI Desktop
Download SQL Server
Install SQL Server
Install SSMS
Connect SSMS to SQL Server
Install Sample Database
Power BI & SQL Server Data Exploration & Visualization
Install PostgreSQL
Connecting to PostgreSQL Database Server
Download and load sample database
Power BI & PostgreSQL Server Data Exploration & Visualization- Part 1
Power BI & PostgreSQL Server Data Exploration & Visualization- Part 2