Masters 1
Power Query Topics
- Get external data
- Various transformations, including unpivot
- Load to data model and table
- Chain queries
- Merge queries
Power Pivot Topics
- Relationships
- Measures (implicit / explicit)
- Various DAX functions
- Date (calendar) table
- Data vs lookup tables
Power BI Topics
- Getting external data
- Modeling data and writing measures
- Various visuals (matrix, table, column, bar, line, scatter, map)
- Power BI desktop, service, mobile app
- Slicers (and sync slicers)
Table and Graph Design Topics
- Display type: selecting a table or graph
- Chart design practices
- How to feature key relationships graphically
- Nominal (order not important)
- Ranking (order matters)
- Part-to-whole (contributions to whole)
- Time series (over time)
- Distribution (distributed over range)
- Deviation (difference)
- Correlation (vary in relation to each other)
- Geospatial (locations)
Case Studies (practical applications of skills)
- Sales manager (nominal)
- Travel expenses for CFO (ranking, part-to-whole)
- Year-end sales promotion (time series)
- Budget vs actual (deviation)
- We Collect 4U (distribution)
- Employee surveys (correlation)
- Donor state map (geospatial)
- Dashboard
|
Masters 2
VBA Topics
- Visual Basic Editor
- Macro Recorder
- Excel object model
- Properties
- Methods
- Procedures, subs, functions
- Collections
- Variables, scope, type
- Constants
- Object variables
- VBA functions
- MsgBox
- InputBox
- Program flow
- If Then
- Exit, Labels
- Select Case
- Program flow, If Then, Exit, Labels, Select Case
- Loops, For Next, Do While
- Collection loops
- Error handling, On Error, Debugging, Watch/Locals
- Copy cell, range, table
- Charts, chart sheets
- Performance
- ScreenUpdating
- Module variables
- Workbook, worksheet loops
- Names, Variant/Array, Split
- StatusBar
Case Studies (practical application of skills)
- Insert standard worksheet title
- Insert the SUBTOTAL function
- Prepare a workbook to deliver to staff
- Apply standard PivotTable design
- Apply standard chart design
- Export journal entries
- Update a set of budget workbooks
- Create PDF reports from workbooks
|