Skip to content

hnawaz007/PowerBIAdvWorks

Repository files navigation

Power BI Data Analysis

Project Setup

You will need the following Tech Stack to following along with this project.

Dimensional Modeling 101

To understand Kimball’s approach to data modeling, we should begin by talking about the star schema. The star schema is a particular way of organizing data for analytical purposes. It consists of two types of tables:

  • A fact table, which acts as the primary table for the schema. A fact table contains the primary measurements, metrics, or ‘facts’ of a business process.
  • Many dimension tables associated with the fact table. Each dimension table contains ‘dimensions’ — that is, descriptive attributes of the fact table.

Develop Power BI Data Model

We develop a Star Schema using Dimensional Modeling in Power BI. We denormalize snlowflaked dimensions using M lnaguage in Power Query. Define relationship between Fact and dimension table. Clean and organize columns for the report layer. Our Data Model resembles a Star, just like the example below. Utilizing this Data Model we create reports and dashboards.

image

Data Analysis via Dashboard

image

About

PowerBI Adventureworks data analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages