Skip to content

Latest commit

 

History

History
 
 

olympics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Project Overview

In this project, we'll learn data visualization and data cleaning using Microsoft Power BI. We'll cover DAX, the M language, the Power Query editor, and visualization. This is a great companion to Dataquest Power BI courses.

In this project, you'll gain an understanding of:

  • What Power BI is and why you'd use it
  • How to import data into Power BI
  • How to transform and clean data using Power Query and the M language
  • How to model relations
  • How to calculate columns using DAX

Code

You can find the Power BI report for this project here.

File overview:

  • Olympics.pbix - a Power BI report that mirrors what we'll do in this session

Local Setup

Installation

To follow this project, please install Power BI. These instructions can help you figure out how.

Data

You'll need to download three files to follow this project:

The Olympic and NOC data is originally from Kaggle. The population data is from the World Bank.

Project Steps

  1. Data exploration - load the data in and explore it by creating visualizations
  2. Importing NOC data - load in information matching NOC codes to the actual country name. We'll then model the relationship.
  3. Add in medal columns - use Power Query editor to add some additional columns with medal information.
  4. Creating a filled map - create a map that shows the number of medals each country earned.
  5. Creating an animated map - make a map that shows how Olympic participation changed over time.
  6. Combine population data - load in population data and match it to our existing data.
  7. Create rolling medal counts - show a rolling total of medals earned by country.