Power Query - Reduce Data Model Size, Transformations to Columnar Database Size
ExcelIsFun via YouTube
Overview
Syllabus
) Introduction.
) Download HUGE CSV File..
) Talk about How Columnar Database works and how we can reduce size..
) Rules for Efficient Data Modeling.
) Get Data From Government Web Site: https://data.seattle.gov/Public-Safety/Call-Data/33kz-ixgy.
) Import CSV Text File.
) Load Entire CSV File and look at Model Size..
) Filter Rows and look at Model Size..
) Remove Columns and look at Model Size..
) Reduce Cardinality of Columns with 1) Add Column for Time.
) Reduce Cardinality of Columns with 2) Transform Columns and get Date Only.
) Edit Time Column to Create only Hour and reduce size further..
) Edit Query can lead to trouble in subsequent steps. See how to fix the problem..
) Add Date Table.
) Create Relationship.
) Create Measure to Count Rows for Call Type. Use COUNTROWS DAX Function..
) Create Dashboard.
) Create Pivot Table.
) Filter to show Top 20, 911 Call Types.
) Show Values As in Data Model PivotTable.
) Sort Measure Biggest to Smallest.
) Add Slicers.
) Scrape Data form Web Site.
) Summary.
Taught by
ExcelIsFun