Completed
) Convention for building DAX formulas: 1) When you use a column name (field name) in a formula use both Table Name AND Field Name, when you use a Measure (Calculated Field) use only the Measure Nameā¦
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Basic Excel Business Analytics - Introduction to PowerPivot & Data Modeling
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Introduction to building Data Models with PowerPivot
- 2 ) Topics in this video
- 3 ) What is PowerPivot?
- 4 ) What versions of Excel have PowerPivot? Notes for Excel 2013 and Excel 2016
- 5 ) What is the Data Model?
- 6 ) What DAX stands for (Data Analysis Expressions)
- 7 ) What is Data Modeling?
- 8 ) What are Related Tables?
- 9 ) References for more advanced PowerPivot and Data Modeling
- 10 ) Where to find notes in the downloadable PowerPoint about DAX formulas and Calculated Columns and Measures (Calculated Fields)
- 11 ) IMPORTANT if you are NEW to PowerPivot: Remind ourselves how we build Data Models in Excel all the while comparing what we are used to doing in Excel and how it will change when we get to PowerPivot
- 12 ) Step 1 in Building Data Model: Import Proper data sets into PowerPivot Data Model: 1) Convert tables to Excel Tables (Ctrl + T and Alt, J, T, A), 2) Click Add to Data Model button in PowerPivot Ribā¦
- 13 ) Intro to Manage Data Model window
- 14 ) Step 2 in Building Data Model: Build Relationships using Diagram View. Simply drag and drop fields from dimension table to fact table.
- 15 ) Step 3 in Building Data Model: Build DAX Calculated Columns
- 16 ) DAX function: RELATED (substitute for VLOOKUP)
- 17 ) Introduction to Table Names and Field Names (Field name in square brackets) in DAX formulas
- 18 ) How formulas are copied in a Calculated Column
- 19 ) Convention for building DAX formulas: 1) When you use a column name (field name) in a formula use both Table Name AND Field Name, when you use a Measure (Calculated Field) use only the Measure Nameā¦
- 20 ) DAX function: ROUND
- 21 ) Row Context for DAX Calculated Columns
- 22 ) Example of Implicit Formula in a PowerPivot Data Model PivotTable. Why we should not use Implicit Formulas.
- 23 ) Step 3 in Building Data Model: Build DAX Calculated Columns and Measures (Calculated Fields). This will not be an Implicit Formula. It will be an Explicit Formula.
- 24 ) The Implicit āSum of Net revenueā Formula shows up in Formula Field Dropdown List: DO NOT use it!
- 25 ) Add Number Formatting to our Measures (Calculated Fields).
- 26 ) Create PivotTable Report using our new DAX Measures (Calculated Fields).
- 27 ) Filter Context for DAX Measures (Calculated Fields).
- 28 ) Why we should not use Implicit Formulas AND Why we should use Explicit Formulas AND why DAX Measures (Calculated Fields) Calculate quickly on Big Data: Filter Context cause DAX Measures (Calculatedā¦
- 29 ) Summary and Conclusion