Introduction to Relational Databases
- What is a Relational Database
- Requirements for creating a structurally sound database
- Data Normalization
- View and identify tables and properties in an existing database
Fact and Dimension Tables
- Understanding Star Schema table structure
- Determine a fact table and dimension tables
- Determine a fact table and dimension tables
Establishing Unique Identifiers/Primary Keys
- Identify requirements for a primary key
- Assign primary key
- Identify foreign keys
- Understanding referential integrity
Relating Tables
- Identify different relationship types
- Understanding what relationships are acceptable between tables
- Daisy Chaining table relationships versus relating to a Fact table
- Review the results, (query) from related tables
Introduction to Power Query
- What is power Query and how do we use it
- Getting comfortable with the Power Query tools
- Understanding the Workspace
Importing Data
- Import data from an Excel Workbook
- Import data from a database
- Import data from an Excel Table
Transforming Data
- Cleaning imported data
- Removing merged rows
- Removing blank rows and columns
- Promoting header rows
- Change data types
- Unpivot pivoted data