Session 2 Focus

From basic calculations to cleaner data

Session 2 introduces beginner DAX measures, Power Query transformations, and practical analysis features used by business teams in day-to-day reporting.

Expectation reminder: this course is an introduction to get learners started, not advanced mastery. For comprehensive learning, the DataCamp Power BI Fundamentals Track (17 hours) provides complete coverage beyond these two sessions.

Part 1: Basic DAX Measures

Use this section as a live demo. Each formula includes a copy button so learners can paste directly into Power BI.

Talking point: use measures for dynamic report totals and calculated columns for row-level logic.

Part 2: Power Query Transforms (Beginner)

Open dirty CSV files via Transform Data and run these guided clean-up blocks.

  • Always verify data type icons in each column.
  • Numbers stored as text cannot aggregate correctly in visuals.
  • Dates must be proper Date type for slicing and trends.
  • Replace Values for symbols and bad values.
  • Trim + Clean for spacing and hidden characters.
  • Capitalize Each Word for consistent presentation.
  • Remove Top Rows for pre-header report titles.
  • Remove Blank Rows to stabilize joins.
  • Remove unused columns early to simplify the model.
  • Applied Steps are your reusable data-cleaning script.
  • Refresh replays the same transformations for new files.
  • Use profiling (column quality/distribution) to spot anomalies.

Part 3: Analysis Features

Further Learning & Next Steps

Final reminder: this bootcamp is only an introduction. It gives learners a practical start but they will need deeper study to master DAX and Power Query.

Learning PathGoalSuggested Resource
DAX MasteryContext transition, time intelligence, optimizationSQLBI learning tracks + DAX Guide practice
Power Query MasteryAdvanced shaping, query folding, M functionsMicrosoft Learn Power Query path + hands-on projects
Power BI DeliveryPublishing, sharing, governance, refreshMicrosoft Learn service administration modules
Structured LearningComplete Power BI fundamentals (17 hours)DataCamp Power BI Fundamentals Track
Practical PracticePortfolio-quality dashboards and storytellingRepeat this course workflow on new datasets