πŸ”’ Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided PL-900 Domain 1
Domain 1 β€” Module 1 of 5 20%
1 of 26 overall

PL-900 Study Guide

Domain 1: Business Value of Microsoft Power Platform

  • Welcome to Power Platform Free
  • Connectors & Dataverse: Your Data Foundation Free
  • Copilot & AI in Power Platform Free
  • Power FX: Formulas, Not Code Free
  • Power Platform + Microsoft 365: Better Together Free

Domain 2: Manage the Microsoft Power Platform Environment

  • What is Dataverse?
  • Tables, Columns, and Relationships
  • Building Tables with Copilot and Data Management
  • Environments and Security
  • Admin Centers and Governance

Domain 3: Demonstrate the Capabilities of Power Apps

  • Canvas Apps: Pixel-Perfect Apps from Scratch
  • Model-Driven Apps: Data-First Design
  • Connecting to Data Sources
  • Controls, Responsive Design, and Copilot
  • Sharing Canvas Apps
  • Building and Sharing Model-Driven Apps

Domain 4: Demonstrate the Capabilities of Power Automate

  • Cloud Flows: Automate Without Code
  • Desktop Flows and Process Mining
  • Approvals and Business Scenarios
  • Loops and Branching in Cloud Flows
  • Building a Cloud Flow
  • Testing and Sharing Cloud Flows

Domain 5: Demonstrate the Capabilities of Power Pages

  • Power Pages: External Websites Made Easy
  • Power Pages Security
  • Design Studio and Building Pages
  • Components, Themes, and Publishing

PL-900 Study Guide

Domain 1: Business Value of Microsoft Power Platform

  • Welcome to Power Platform Free
  • Connectors & Dataverse: Your Data Foundation Free
  • Copilot & AI in Power Platform Free
  • Power FX: Formulas, Not Code Free
  • Power Platform + Microsoft 365: Better Together Free

Domain 2: Manage the Microsoft Power Platform Environment

  • What is Dataverse?
  • Tables, Columns, and Relationships
  • Building Tables with Copilot and Data Management
  • Environments and Security
  • Admin Centers and Governance

Domain 3: Demonstrate the Capabilities of Power Apps

  • Canvas Apps: Pixel-Perfect Apps from Scratch
  • Model-Driven Apps: Data-First Design
  • Connecting to Data Sources
  • Controls, Responsive Design, and Copilot
  • Sharing Canvas Apps
  • Building and Sharing Model-Driven Apps

Domain 4: Demonstrate the Capabilities of Power Automate

  • Cloud Flows: Automate Without Code
  • Desktop Flows and Process Mining
  • Approvals and Business Scenarios
  • Loops and Branching in Cloud Flows
  • Building a Cloud Flow
  • Testing and Sharing Cloud Flows

Domain 5: Demonstrate the Capabilities of Power Pages

  • Power Pages: External Websites Made Easy
  • Power Pages Security
  • Design Studio and Building Pages
  • Components, Themes, and Publishing
Domain 1: Business Value of Microsoft Power Platform Free ⏱ ~12 min read

Welcome to Power Platform

Microsoft Power Platform puts app-building, process automation, and website creation in the hands of everyday business users.

What is Microsoft Power Platform?

β˜• Simple explanation

Think of Power Platform as a craft kit for business apps.

You know how you can build almost anything with LEGO bricks? Power Platform gives you pre-made building blocks β€” drag-and-drop screens, ready-made connectors to your data, and automation that runs on its own.

You do not need to be a programmer. If you can use Excel, you can build apps, automate repetitive tasks, and even create websites. Microsoft calls this low-code β€” you describe what you want, snap pieces together, and it works.

Microsoft Power Platform is a suite of low-code tools that empowers business users β€” often called β€œcitizen developers” β€” to build custom applications, automate workflows, analyse data, and create external-facing websites.

The platform sits on top of Microsoft Dataverse (its data layer) and connects to 1,000+ services through pre-built connectors. Every tool in the suite shares the same security model, data layer, and admin controls β€” so IT stays in control while business users move fast.

For the PL-900 exam, you need to know three core services (Power Apps, Power Automate, Power Pages), plus the shared foundation (Dataverse, connectors, Copilot, and Power FX).

The three core services

Power Platform has three services you must know cold for the exam:

ServiceWhat It DoesWho Uses It
Power AppsBuild custom business apps with drag-and-dropBusiness analysts, team leads, IT
Power AutomateAutomate repetitive tasks and approvalsAnyone tired of manual steps
Power PagesCreate external-facing websites with forms and dataTeams that need public or partner portals

All three share the same connectors, data layer (Dataverse), and security model. Build once, connect everywhere.

Meet the characters

Throughout this course, you will follow four people as they adopt Power Platform:

CharacterWho They ArePower Platform Focus
🎨 Priya SharmaMarketing manager at Spark & Co (45 staff)Canvas apps, connectors
πŸ₯ Carlos ReyesHR coordinator at Greenleaf Health (200 staff)Power Automate, approvals
πŸ”§ Aisha PatelIT admin at Coastal Logistics (800 staff)Dataverse, governance
🏒 Tom ChenOperations director at Summit Realty (120 staff)Model-driven apps, Power Pages

These scenarios anchor abstract concepts to real situations β€” exactly how the exam tests you.

Power Apps: build apps without writing code

Power Apps lets anyone build custom business apps that run on phones, tablets, and browsers.

There are two main types:

Canvas apps β€” You start with a blank screen and drag controls onto it, like designing a slide. You pick your data source, wire up the controls, and publish. Priya at Spark & Co built a campaign tracker in a single afternoon using a canvas app connected to SharePoint.

Model-driven apps β€” You start with your data model in Dataverse. The app generates screens automatically based on your tables, relationships, and business rules. Tom at Summit Realty uses a model-driven app for property management β€” he defined the tables, and the app built itself.

πŸ’‘ Canvas vs model-driven β€” when to pick which

Canvas apps are best when you want full control over the layout and user experience. Great for mobile-first apps, simple task apps, and front-line worker tools.

Model-driven apps are best when you have complex data with relationships, business rules, and role-based access. Great for case management, CRM-style apps, and anything with many related tables.

The exam loves asking you to pick the right app type for a given scenario.

Power Automate: stop doing things manually

Power Automate builds workflows that run on their own. Carlos at Greenleaf Health used to manually route leave requests to three different managers via email. Now a flow handles it β€” the request arrives, gets routed to the right manager, and Carlos gets notified when it is approved.

Three types of flows:

Flow TypeTriggerExample
Cloud flowAn event (email arrives, item created, scheduled time)Send a Teams message when a SharePoint list item changes
Desktop flowUser clicks β€œRun” or a cloud flow calls itAutomate data entry in a legacy desktop app (RPA)
Business process flowGuides users through stagesLead qualification pipeline: Qualify, Develop, Propose, Close
ℹ️ Exam tip: Desktop flows and RPA

Desktop flows use Robotic Process Automation (RPA) β€” they record mouse clicks and keystrokes to automate legacy apps that do not have APIs. The exam may describe a scenario where data must be entered into an old system with no connector. The answer is a desktop flow.

Power Pages: websites for the outside world

Power Pages creates external-facing websites β€” portals for customers, partners, or the public. Tom at Summit Realty publishes a property listings site where buyers browse homes, submit enquiries, and schedule viewings β€” all powered by Dataverse data.

Key points for the exam:

  • Power Pages sites can read and write Dataverse data
  • You control who sees what with table permissions and web roles
  • Sites support forms, lists, search, and authentication
  • Copilot helps you generate entire page layouts from a description

The shared foundation

All three services sit on top of a shared foundation:

  • Dataverse β€” the purpose-built data layer (tables, columns, relationships, security)
  • Connectors β€” pre-built links to 1,000+ services (SharePoint, Outlook, SQL, Salesforce, and more)
  • Copilot β€” AI assistance that builds apps, writes flows, and generates pages from natural language
  • Power FX β€” the Excel-like formula language used across Power Platform

We cover each of these in the next modules.

How the pieces connect

Here is the big picture: Priya builds an app in Power Apps. That app stores data in Dataverse. When a new record is created, Power Automate sends an approval to Carlos. Once approved, the data appears on a Power Pages site that Tom manages. Aisha oversees the whole thing from the Admin Centre β€” setting up environments, data loss prevention policies, and user permissions.

Everything talks to everything through connectors and Dataverse. That is the real power of the platform.

🎬 Video walkthrough

🎬 Video coming soon

Welcome to Power Platform β€” PL-900 Domain 1

Welcome to Power Platform β€” PL-900 Domain 1

~10 min

Flashcards

Question

What are the three core services of Microsoft Power Platform?

Click or press Enter to reveal answer

Answer

Power Apps (build apps), Power Automate (automate processes), and Power Pages (create external websites). They share connectors, Dataverse, and security.

Click to flip back

Question

What is the difference between a canvas app and a model-driven app?

Click or press Enter to reveal answer

Answer

Canvas apps start with a blank screen β€” you design every pixel. Model-driven apps start with your Dataverse data model and generate the UI automatically.

Click to flip back

Question

What are the three types of Power Automate flows?

Click or press Enter to reveal answer

Answer

Cloud flows (triggered by events or schedules), desktop flows (RPA for legacy apps), and business process flows (guide users through stages).

Click to flip back

Question

What does Power Pages create?

Click or press Enter to reveal answer

Answer

External-facing websites that connect to Dataverse. Used for customer portals, partner sites, and public-facing pages with forms and data.

Click to flip back

Question

What four components form the shared foundation of Power Platform?

Click or press Enter to reveal answer

Answer

Dataverse (data layer), connectors (integrations), Copilot (AI assistance), and Power FX (formula language).

Click to flip back

Knowledge Check

Knowledge Check

Priya needs to build a mobile app that lets her marketing team log campaign expenses on the go. She wants full control over the screen layout. Which type of app should she build?

Knowledge Check

Carlos needs to automate data entry into a legacy payroll system that has no API. Which Power Automate flow type should he use?

Knowledge CheckSelect all that apply

Which of the following are core services of Microsoft Power Platform? (Select TWO)


Next up: We will look at connectors and Dataverse β€” the data foundation that makes everything work together.

Next β†’

Connectors & Dataverse: Your Data Foundation

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.