Prepstellar

DP-700 · Getting started

21 cards

What Is Microsoft Fabric?

Swipe, scroll or use ← →
  1. Start with the platform, not the tool

    The first thing to get right is scale. Fabric is not a tool you open; it is the environment the tools live in. Fixing that early saves confusion later, when a lakehouse, a notebook, and a report all turn out to be things created in the same place.

    Microsoft Fabric is a software-as-a-service (SaaS) analytics platform for end-to-end data workflows. One environment supports data ingestion, transformation, real-time stream processing, analytics, and reporting. Because it is delivered as a cloud service, there is no analytics stack to size, install, or wire together before the first dataset arrives.

    Fabric is Fabric is not
    A cloud SaaS platform for analytics A desktop application that reads local spreadsheets
    A set of role-specific workloads over shared compute and storage A single-purpose Spark service with no storage or reporting
    A logical data lake included in the platform A physical appliance installed in each business unit

    Fabric brings together role-specific workloads instead of requiring a team to manually integrate a separate service for every stage.

    1 / 21
  2. Quick check

    A colleague asks what Microsoft Fabric is. Which description fits?

    1. AA desktop-only tool that builds reports from local spreadsheet files

      Fabric runs as a cloud service and offers several workloads, so it is not a desktop reporting application limited to local files.

    2. BA SaaS analytics platform for end-to-end data workflows

      Right. One SaaS environment covers ingestion, transformation, real-time processing, analytics, and reporting.

    3. CA data lake appliance installed in each business unit

      OneLake is a logical cloud data lake built into the platform, not hardware installed per business unit.

    2 / 21

  3. Understand the problem it solves

    The problem is fragmentation. Organizations typically rely on several disconnected services to ingest, store, transform, analyze, and visualize data, and that split creates data silos, integration overhead, and slower delivery of insights. Fabric addresses that fragmentation with shared compute and storage foundations across its workloads.

    Picture a retailer with one ingestion service, one lake, one warehouse, and one reporting product from four different vendors. Much of the engineering effort goes into the joins between the products rather than into the data: every handoff means another copy, another set of permissions, and another thing that can break overnight.

    Two things the problem is not:

    • It is not a lack of cloud software. Fabric itself is cloud SaaS, so the pain point is disconnected services, not the absence of cloud operation.
    • It is not a choice between structured and unstructured data. Fabric supports both rather than requiring one to replace the other.
    3 / 21
  4. Quick check

    Which platform problem is Fabric mainly designed to reduce?

    1. AFragmentation across disconnected analytics services

      Right. Disconnected services create silos, integration overhead, and slow insight, and shared foundations remove that split.

    2. BThe absence of local spreadsheet formatting in business reports

      Spreadsheet formatting is a presentation detail, not the platform fragmentation the shared foundation addresses.

    3. CThe inability to run any analytics workload as cloud software

      Fabric is itself delivered as cloud SaaS, so cloud operation is the starting point rather than the problem.

    4 / 21

  5. Recognize the shared foundation

    A unified platform needs one place to keep the data. OneLake is Fabric's centralized logical data lake and the shared storage layer for its workloads. It is built into the platform, so an organization does not provision a separate data lake before using Fabric.

    Each tenant, the single instance of Fabric for an organization, gets one unified OneLake, built on Azure Data Lake Storage Gen2. Workspaces are created inside that tenant, and lakehouses are created inside those workspaces. The lake is there on day one; the structure grows on top of it.

    5 / 21
  6. Recognize the shared foundation

    Storage is only half of what the platform layer supplies. Fabric also centralizes discovery, administration, access control, and governance. The OneLake Catalog provides a place to discover, explore, and govern data and analytics artifacts across the tenant, and Microsoft Purview capabilities support consistent security and compliance, including permissions, sensitivity labels, and auditing.

    Platform service What it provides
    OneLake The single logical store that every workload reads from and writes to.
    OneLake Catalog Discovery, exploration, and governance of data and analytics artifacts.
    Purview capabilities Consistent security and compliance across the platform.
    6 / 21
  7. Quick check

    What is OneLake's role in Fabric?

    1. AA storage account that every notebook has to provision for itself

      OneLake is built into the platform and is available without per-item provisioning, so nothing has to create its own store.

    2. BA universal query engine that replaces each specialized workload

      The workloads keep their own engines and experiences; the shared layer unifies storage rather than replacing them.

    3. CA centralized logical data lake shared by all Fabric workloads

      Right. It is the tenant-wide logical data lake that Fabric workloads store data in and read data from.

    7 / 21

  8. Keep your progress in the app

    That’s 3 of 9 quick checks. In the app they stay answered, and every lesson remembers where you left off.

  9. Store once, use from many engines

    Shared storage is what stops the copies from multiplying. Workloads can store and access data through OneLake, which supports reuse across experiences without duplicating the same data for each tool, and every Fabric compute experience comes preconfigured with OneLake as its native store.

    A dataset ingested by a pipeline, refined in a notebook, and visualized in a Power BI report stays in one place for the whole journey. The engine changes; the copy does not.

    What shared storage does not mean:

    • It does not merge the engines. Data Engineering, Data Warehouse, Data Factory, Real-Time Intelligence, and Power BI keep their own compute experiences.
    • It does not create a private copy per workload. OneLake is tenant-wide shared storage.
    • It does not remove specialized item types. Each workload still creates the objects that suit its job.
    8 / 21
  10. Quick check

    Why does OneLake cut down on duplicate copies between analytics tools?

    1. ABecause every workload is converted into one identical compute engine

      The compute experiences stay distinct; what is unified is where the data lives, not how each engine runs it.

    2. BBecause Fabric workloads reach the same data through one shared storage layer

      Right. Several experiences work over the same organizational data instead of taking a copy for each service.

    3. CBecause each workload keeps a private copy inside its own separate tenant

      OneLake is tenant-wide and shared, so per-workload private copies are exactly what it avoids.

    9 / 21

  11. Divide the work into workloads

    Fabric does not offer one giant toolbox. A workload is a collection of capabilities aimed at a particular type of work, with tools, APIs, and experiences tuned to the tasks of a role.

    Workload What it is for
    Data Factory Data ingestion and transformation, with pipelines, dataflows, and connectors.
    Data Engineering Apache Spark, notebooks, and tools for writing and scheduling transformation jobs.
    Data Warehouse Analytical SQL, with warehouse performance and scale for structured data.
    Real-Time Intelligence Data in motion: events analyzed as they arrive.
    Power BI Interactive reports and dashboards built on modeled data.
    Data Science Building, deploying, and operationalizing machine learning models.
    Databases Transactional databases inside Fabric.

    The names are worth learning early, because most Fabric decisions start by naming the right workload for the task at hand.

    10 / 21
  12. Quick check

    Which workload centers on Apache Spark, notebooks, and scheduled transformation jobs?

    1. AReal-Time Intelligence

      Real-Time Intelligence handles data in motion, capturing and analyzing events as they arrive.

    2. BData Engineering

      Right. Data Engineering supplies Spark, notebooks, and the tooling to write and schedule transformation jobs.

    3. CData Warehouse

      Data Warehouse covers analytical SQL over structured warehouse data rather than Spark engineering.

    11 / 21

  13. Combine workloads in one solution

    Specialization would be a step backwards if it forced a handoff file between every stage. It does not: these workloads remain specialized, but they operate in the same Fabric environment and can share data and artifacts without duplication.

    A solution can ingest data with Data Factory, process it with Data Engineering, and visualize it with Power BI while the data remains available through OneLake.

    Stage Workload that owns it A common mix-up
    Ingest Data Factory OneLake is the store, not the ingestion workload.
    Process Data Engineering A Spark pool supplies compute; it is not the reporting surface.
    Visualize Power BI Purview supports governance rather than visualization.
    12 / 21
  14. Combine workloads in one solution

    So the relationship between workloads is worth stating plainly. They are task-specific but share one environment and one data foundation. They are not isolated products that need an exported file at every handoff, and they do not all expose an identical toolset that would make choosing an experience unnecessary. The engineer chooses the experience appropriate to a task rather than treating each experience as a disconnected platform.

    13 / 21
  15. Quick check

    How do Fabric workloads relate to one another?

    1. AThey stay task-specific while sharing one environment and data foundation

      Right. Each workload keeps its own tools, yet all of them work in the same environment over shared data.

    2. BThey are isolated products that need an exported file for every handoff

      The shared environment and OneLake are what remove those manual handoffs and extra copies.

    3. CThey expose one identical toolset, so no experience has to be chosen

      Workloads stay specialized by role and task, so selecting the right experience is still part of the job.

    14 / 21

  16. Choose Fabric for the right reason

    Two scenarios show what the combination buys, and both come up constantly in practice.

    A team needs scheduled ingestion, Spark transformations, and interactive business reports, with shared data and as little manual integration as possible. The fit is Data Factory, Data Engineering, and Power BI used together over OneLake: all three stages are covered, and the shared layer removes the copying between them. Reporting alone would not replace scheduled ingestion and Spark work, and three isolated services with a full export after every step would recreate the fragmentation.

    An organization has duplicated datasets across its engineering, warehouse, and business intelligence platforms, and wants to keep specialized tools over one governed storage foundation. The fit is Fabric workloads operating over OneLake: the specialized tools survive, the storage layer becomes common, and governance is centralized. Collapsing everything into reporting would lose the engineering and warehouse capabilities, and local notebooks would provide neither the shared storage nor the governance.

    15 / 21
  17. Quick check

    A team must schedule ingestion, transform with Spark, and publish interactive reports, with minimal manual integration. What fits best?

    1. ADeploy three isolated services and export a full copy after each step

      Isolated services and repeated exports rebuild the silos and integration overhead the platform is meant to remove.

    2. BUse Data Factory, Data Engineering, and Power BI together over OneLake

      Right. The three workloads cover the three stages, and the shared storage layer removes the copying between them.

    3. CUse Power BI alone and cover ingestion and Spark work with report visuals

      Power BI is the reporting workload; it does not provide scheduled ingestion or Spark transformation tooling.

    16 / 21

  18. Place Data Engineering inside the platform

    DP-700 lives in one workload, so it helps to see exactly where it sits. Fabric Data Engineering focuses on systems that collect, store, process, and analyze large volumes of data. Its tools include lakehouses, notebooks, Spark job definitions, and pipelines.

    Those tools sit inside the wider Fabric platform, where engineering output can be governed, monitored, queried, and consumed by other workloads. A well-built lakehouse is not the end of the story; it is the thing an analyst reports on the next morning.

    17 / 21
  19. Place Data Engineering inside the platform

    That gives a three-step ladder worth memorizing, because a lot of early confusion comes from mixing its rungs.

    Rung Example What it is not
    Platform Microsoft Fabric Not a single item or document.
    Workload Data Engineering Not the tenant, which is the organization's Fabric instance.
    Item A notebook or a lakehouse Not a capacity unit, which measures compute consumption.

    A lakehouse or notebook is an item created inside that environment, not a separate cloud platform. Opening a notebook and concluding that you have seen Fabric is like opening one document and concluding that you have seen the office.

    18 / 21
  20. Quick check

    A new engineer opens a notebook in a workspace and assumes it is the whole platform. What is the accurate correction?

    1. AThe notebook is the tenant, so every workload is created inside that document

      A tenant is the organization's single Fabric instance; it is not an authoring document.

    2. BThe notebook is a capacity unit and sets the compute each workspace receives

      Capacity units measure the compute that operations consume; a notebook is an item people run.

    3. CThe notebook is a Data Engineering item, one workload inside the Fabric platform

      Right. Fabric is the platform, Data Engineering is a workload in it, and the notebook is an item of that workload.

    19 / 21

  21. Key takeaways

    • Fabric is a SaaS analytics platform that unifies end-to-end data workflows, from ingestion and transformation through real-time processing, analytics, and reporting.
    • OneLake is the shared logical data lake used across Fabric workloads, built into the platform and paired with the OneLake Catalog and Purview capabilities for discovery, security, and governance.
    • Workloads specialize by task but can participate in one solution without manual service integration, so ingestion, processing, and reporting share the same data.
    • Data Engineering is a Fabric workload for collecting, storing, processing, and analyzing large data volumes, and its lakehouses and notebooks are items inside the platform rather than platforms of their own.
    20 / 21
  22. Quick check

    Which summary places platform, storage, and workloads correctly?

    1. AFabric is the platform, OneLake is its shared store, and workloads specialize by task

      Right. Those are the three levels: one SaaS platform, one shared logical lake, and specialized workloads over both.

    2. BA notebook is the platform, Power BI is the store, and OneLake ingests the data

      A notebook is an item, Power BI is the reporting workload, and ingestion belongs to Data Factory.

    3. CPurview is the platform, a capacity unit is the store, and every workload is identical

      Purview supports governance, capacity units measure compute, and workloads are deliberately different from one another.

    21 / 21

  23. 9 quick checks · then the test

    In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.

The whole course, on your phone

Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.