Microsoft Fabric DP-700: Curated Free Video Courses, Playlists & Learning Materials
Microsoft Fabric DP-700: Curated Free Video Courses, Playlists & Learning Materials
Source
- Provider: Microsoft Learn, Microsoft Reactor, YouTube Community Leaders & Fabric MVPs
- Target Exam: Exam DP-700: Implementing Data Engineering Solutions using Microsoft Fabric
- Target Certification: Microsoft Certified: Fabric Data Engineer Associate
- Content type: Comprehensive Master Directory of Free Video Courses, Topic Deep Dives, Playlists, Labs & Sandboxes
- Date captured: 2026-08-16
- Last reviewed: 2026-08-16
๐ฏ Executive Overview & Recommended Study Methodology
To prepare effectively for Exam DP-700, free video content provides invaluable visual intuition for architectural interactions, tenant workflows, and multi-tool orchestration that are difficult to grasp from documentation alone.
The community-validated preparation loop consists of:
- Visual Concept Assimilation: Watch modular video walkthroughs to understand the relationship between OneLake, Compute Engines, and Security boundaries.
- Hands-on Execution: Perform the official GitHub step-by-step labs inside a Fabric 60-Day Trial or Azure F2 Pay-As-You-Go capacity.
- Active Retrieval & Multi-Constraint Scenario Practice: Test knowledge against realistic case-study questions rather than simple definition recall.
๐ Top Free Full-Length Video Courses & Masterclasses
The following table summarizes the most authoritative, end-to-end free video courses specifically built for DP-700:
| Course & Creator | Duration / Format | Primary Focus | Vault Course Note | Direct Link |
|---|---|---|---|---|
| DP-700 Exam Full Course & CertiAce Guide (Aleksi Partanen) | 11 Hours (26 Modular Episodes or 1 Full Video) | End-to-end syllabus coverage, high-detail UI demos, PySpark, KQL, Capacity management, and practice questions. | Course Note Study Guide Note | YouTube Playlist / Full Video / CertiAce Guide |
| DP-700 Exam Full Course (Will Needham / Fabric Dojo) | 6 Hours (High-Yield Course) | Architectural trade-offs, Medallion design patterns, Lakehouse vs. Warehouse decision trees, CI/CD. | Course Note | YouTube Video |
| Get Certified: Fabric Data Engineer (Microsoft Reactor) | Multi-Part Series (Live Webcasts & Recordings) | Official Microsoft FastTrack engineer and MVP walkthroughs of all 3 exam domains with live Q&A. | Course Note | Reactor Channel / Learn Collection |
| DP-700 Certification Series & Courses (Pragmatic Works) | Episodic Series + Crash Courses | Domain-by-domain breakdowns, beginner-to-expert Fabric paths, deep PySpark notebook tutorials. | N/A | Pragmatic Works Playlists |
๐ฌ Core Topic Video Deep Dives & Targeted Playlists
For targeted reinforcement in specific objective domains, use these curated video resources:
1. Real-Time Intelligence & KQL (High Yield / Critical Exam Weight)
Real-Time Intelligence is consistently cited by exam takers as the most heavily tested and underestimated domain.
- Aleksi Partanen - Episode 7: Real-Time Analytics, Eventstream, Eventhouse & KQL (Watch):
- Covers Eventstream ingestion, routing rules, KQL database tables, data retention policies, and KQL anomaly detection.
- End-to-End Real-Time Intelligence Project in Fabric (Watch):
- End-to-end walkthrough implementing streaming ingestion from APIs/Kafka into KQL Database, real-time dashboards, and Data Activator alert triggers.
- KQL First Steps & Advanced Operators in Fabric (Watch):
- Syntax breakdown:
project,wherefilter placement,parse_json()for dynamic fields,make-series, andsummarize bin().
- Syntax breakdown:
- Data Mozart (Nikola Ilic) - Fabric RTI & KQL Guides (Read/Watch):
- Architectural comparisons of ingestion batching vs. streaming ingestion and update policy mechanics.
2. Lakehouse, Apache Spark & Delta Lake Internals
- Spark & PySpark in Microsoft Fabric Masterclass (3.5 Hours) (Watch):
- Comprehensive guide to Apache Spark pools in Fabric, DataFrame API, Spark SQL, partitioned writes, and user-defined functions (UDFs).
- Pragmatic Works - PySpark in Microsoft Fabric Series (Watch):
- Step-by-step episodes on notebook authoring, Lakehouse data loading, and Fabric
notebookutilsutility library.
- Step-by-step episodes on notebook authoring, Lakehouse data loading, and Fabric
- Transform Data with PySpark (Bronze to Silver to Gold) (Watch):
- Medallion pattern implementation with deduplication, schema validation, and Delta table merge operations.
- Advancing Analytics - Modern Data Engineering in Fabric (Watch):
- Delta Lake ACID transactions,
_delta_logcommits, V-Order parquet optimization, and Liquid Clustering (CLUSTER BY) vs. Z-Order.
- Delta Lake ACID transactions,
3. Data Warehouse, T-SQL & Security (RLS/CLS/DDM)
- Lakehouse vs. Data Warehouse Architectural Breakdown (Guy in a Cube & Advancing Analytics):
- When to choose Lakehouse (Spark/files/code-first) vs. Data Warehouse (T-SQL/multi-table transactions/structured ACID).
- Data Ingestion via T-SQL:
COPY INTOsyntax,CREATE TABLE AS SELECT(CTAS), and cross-database workspace querying.
- Fabric Security Model Deep Dive:
- Critical Gotcha: Workspace roles vs. Item permissions (
ReadvsReadAll) vs. SQL Granular Security (Row-Level Security, Column-Level Security, Dynamic Data Masking). - Understanding why
ReadAllbypasses SQL endpoint RLS/CLS and exposes raw parquet files directly.
- Critical Gotcha: Workspace roles vs. Item permissions (
4. Data Factory Pipelines, Dataflows Gen2 & Orchestration
- Data Factory Pipelines in Fabric:
- Activity chaining, parameters, dynamic expressions, error branching, and parent/child pipeline invocation patterns.
- Dataflows Gen2 vs. Pipelines:
- Power Query M transformations, fast copy vs. standard compute, staging destinations, and incremental refresh configuration.
- Apache Airflow in Microsoft Fabric:
- Creating native Airflow DAGs, configuring pools, and orchestrating Fabric items via
FabricRunItemOperator.
- Creating native Airflow DAGs, configuring pools, and orchestrating Fabric items via
5. Fabric Administration, Capacity & CI/CD Lifecycle
- Fabric Capacity Metrics, Smoothing & Throttling (Guy in a Cube):
- Capacity Units (CU) consumption, interactive operations (5-minute smoothing) vs. background jobs (24-hour smoothing), and throttling delay thresholds (10m interactive delay vs. 60m hard rejection).
- CI/CD & ALM with Git Integration:
- Connecting Fabric workspaces to Azure DevOps / GitHub Git repositories, branching strategies, Deployment Pipelines (Dev -> Test -> Prod), and item synchronization.
- Purview Governance & Lineage:
- Sensitivity labeling, automatic data lineage tracking, and item endorsement (Promoted vs. Certified).
๐ ๏ธ Official Free Interactive Courses, Sandboxes & Hands-on Labs
Video watching should always be reinforced with interactive labs. The following resources are 100% free:
1. Microsoft Learn Official DP-700 Learning Paths (Free Interactive Modules)
Official structured modular learning paths covering the exact exam blueprint:
- Implement Data Engineering Solutions with Microsoft Fabric
- Build Data Pipelines with Fabric Data Factory
- Get Started with Lakehouses in Microsoft Fabric
- Manage and Monitor Data Engineering Workloads in Microsoft Fabric
- Work with Real-Time Intelligence in Microsoft Fabric
2. Official Microsoft Learn GitHub Hands-on Lab Repository
- Repository:
MicrosoftLearning/mslearn-fabric/DP-700-Fabric-Data-Engineer - Lab Content: Step-by-step markdown exercises with real datasets:
- Lab 01: Ingest data with Dataflows Gen2 and Data Factory Pipelines.
- Lab 02: Transform data with Apache Spark notebooks and Delta Lake.
- Lab 03: Load data into a Fabric Data Warehouse and apply RLS/CLS/DDM security.
- Lab 04: Ingest and analyze real-time streaming data using Eventstreams and KQL Database.
- Lab 05: Monitor and optimize Fabric capacity and query execution.
3. Personal Practice Tenant Setup Options
- Fabric 60-Day Free Trial:
- Free trial capacity enabled on any organizational or work Microsoft Entra ID account (allows unlimited testing of Lakehouses, Warehouses, Pipelines, and KQL).
- Azure Pay-As-You-Go F2 Capacity:
- Provision an Azure F2 Capacity (~$0.36/hour). Pause the capacity immediately after finishing lab sessions to keep costs under $3โ$5 total for the entire exam prep cycle.
๐งช Free Practice Exam Simulators & Diagnostic Question Banks
| Practice Tool | Questions / Mode | Strengths | Link |
|---|---|---|---|
| Microsoft Official Practice Assessment | 50 Questions (Unproctored) | Official question phrasing, explanations, and direct Microsoft Learn topic links. | Practice Assessment |
| CertLabs Practice Simulator | 200+ Scenarios (Timed & Marathon) | Complex multi-constraint scenario questions, detailed answer rationales. | CertLabs DP-700 |
| CertiAce Mock Exam | Full Mock Exam (by Aleksi Partanen) | Authored by Fabric MVP Aleksi Partanen; mirrors real exam difficulty and case study structures. | CertiAce Platform |
| Native Vault Quiz Simulator | Full Interactive CLI & HTML Simulator | Offline-capable, instantaneous local testing with domain-by-domain analytics. | Interactive Quiz Web App / CLI Script |
๐บ Recommended YouTube Channels Quick Reference
| Channel Name | Creators / MVPs | Recommended Playlists & Focus Areas | Direct URL |
|---|---|---|---|
| Aleksi Partanen - Master Microsoft Fabric | Aleksi Partanen | Complete 11h DP-700 Course, KQL deep dives, Delta optimizations | Channel Link |
| Learn Microsoft Fabric with Will | Will Needham (Fabric Dojo) | 6h DP-700 Course, Architecture decision trees, CI/CD | Channel Link |
| Microsoft Reactor | Microsoft FastTrack & MVPs | DP-700 Accelerated live series, Learn Together recordings | Channel Link |
| Pragmatic Works | Pragmatic Works Team | DP-700 series, PySpark tutorials, Beginner-to-Expert crash courses | Channel Link |
| Guy in a Cube | Adam Saxton, Patrick LeBlanc | Capacity smoothing/throttling, Direct Lake, Shortcuts, Git integration | Channel Link |
| Advancing Analytics | Simon Whiteley, Terry McCann | Medallion architecture, Delta Lake internals, Spark vs T-SQL | Channel Link |
| Data Mozart | Nikola Ilic | Real-Time Intelligence, KQL querying, Lakehouse vs Warehouse | Website / YouTube |
Related Vault Notes
- Exam DP-700: Implementing Data Engineering Solutions using Microsoft Fabric
- Microsoft Certified: Fabric Data Engineer Associate
- DP-700 Community Insights & Resources
- DP-700 Cheatsheet
- DP-700 Exam Traps & Gotchas Cheatsheet
- Real-Time Intelligence & KQL Cheatsheet
- DP-700 Concise Revision Guide (Jitendra Malik)
_indexes/resources-index.md_indexes/courses-index.md