) Talk about How Columnar Database works and how we can reduce size.
4
) Rules for Efficient Data Modeling
5
) Get Data From Government Web Site: https://data.seattle.gov/Public-Safety/Call-Data/33kz-ixgy
6
) Import CSV Text File
7
) Load Entire CSV File and look at Model Size.
8
) Filter Rows and look at Model Size.
9
) Remove Columns and look at Model Size.
10
) Reduce Cardinality of Columns with 1) Add Column for Time
11
) Reduce Cardinality of Columns with 2) Transform Columns and get Date Only
12
) Edit Time Column to Create only Hour and reduce size further.
13
) Edit Query can lead to trouble in subsequent steps. See how to fix the problem.
14
) Add Date Table
15
) Create Relationship
16
) Create Measure to Count Rows for Call Type. Use COUNTROWS DAX Function.
17
) Create Dashboard
18
) Create Pivot Table
19
) Filter to show Top 20, 911 Call Types
20
) Show Values As in Data Model PivotTable
21
) Sort Measure Biggest to Smallest
22
) Add Slicers
23
) Scrape Data form Web Site
24
) Summary
Description:
Learn essential Power Query transformation techniques to optimize data model size and improve efficiency in this 25-minute tutorial. Explore strategies for reducing columnar database size when working with big data for business intelligence and data analysis. Discover how to apply concepts of columnar database storage to make informed decisions about tables, columns, and transformations in your final data model. Follow along as the instructor demonstrates importing and manipulating a large CSV file from a government website, filtering rows, removing columns, reducing column cardinality, and creating relationships. Create measures using DAX functions, build a dashboard with pivot tables and slicers, and learn how to effectively present data insights. Gain practical skills to enhance your Microsoft Power Tools for Data Analysis proficiency and streamline your data modeling process.
Power Query - Reduce Data Model Size, Transformations to Columnar Database Size