Domain 1 β€” Module 3 of 5 60%
3 of 26 overall
Domain 1: Business Value of Microsoft Power Platform Free ⏱ ~10 min read

Copilot & AI in Power Platform

Copilot helps you build apps, automate processes, and create websites just by describing what you want.

What does Copilot do in Power Platform?

Simple explanation

Copilot is like having a helpful colleague sitting next to you while you build.

You say, β€œI need an app that tracks customer complaints.” Copilot creates the table, builds the screens, and wires up the logic. You tweak what it made, and you are done.

You do not need to know how to design databases or drag controls onto a screen. You describe what you want in plain English, and Copilot does the heavy lifting. You stay in control β€” Copilot suggests, you decide.

Copilot across Power Platform

Copilot shows up everywhere. Here is where each character uses it:

ServiceWhat Copilot DoesExample
Power AppsGenerates entire apps from a description, suggests formulas, edits screens via chatPriya says β€œCreate a campaign expense tracker” and gets a working app with a table and three screens
Power AutomateBuilds flows from natural language, suggests next actions, explains existing flowsCarlos says β€œWhen a leave request is approved, send a Teams message to HR” and the flow is built
Power PagesGenerates page layouts, writes content, creates formsTom describes β€œA property listing page with filters and a contact form” and gets a draft layout
DataverseCreates tables and columns from a descriptionAisha says β€œI need a table to track fleet vehicles with registration, make, model, and service date” and the table is ready
Copilot writes Power FX too

Inside Power Apps, you can ask Copilot to write Power FX formulas. Instead of figuring out the syntax for a complex filter, you type β€œShow only records where status is Active and created this month” and Copilot writes the formula for you.

This is a big deal for the exam β€” Copilot lowers the barrier even further by removing the need to learn formula syntax upfront.

Copilot in Power Platform vs Copilot Studio

This is a critical distinction for the exam. They sound similar but serve different purposes:

Copilot in Power Platform vs Copilot Studio
AspectCopilot in Power PlatformCopilot Studio
What it isAI assistant built into the maker toolsA separate product for building custom copilots
Who uses itApp makers and flow buildersAnyone who wants to create a chatbot or copilot agent
What it doesHelps YOU build apps, flows, and pages fasterBuilds chatbots that YOUR USERS interact with
Where it livesInside Power Apps, Power Automate, Power PagesIts own studio at copilotstudio.microsoft.com
ExamplePriya asks Copilot to add a chart to her appPriya builds a chatbot that answers campaign FAQs for her team
OutputA better app, flow, or pageA deployed copilot or chatbot

The short version: Copilot in Power Platform helps makers build. Copilot Studio lets makers build copilots for end users.

What is Copilot Studio?

Copilot Studio is Microsoft’s low-code platform for building custom copilots and chatbots. You do not need to write code β€” you create topics, define conversation paths, and connect knowledge sources.

Key capabilities:

  • Topics β€” Define what your copilot can talk about. Each topic has trigger phrases and a conversation flow.
  • Generative answers β€” Connect your copilot to documents, websites, or Dataverse tables. It uses AI to generate answers from your content β€” no need to author every response manually.
  • Actions β€” Your copilot can call Power Automate flows to do things like create records, send emails, or look up data.
  • Channels β€” Publish your copilot to Teams, websites, Facebook, or any channel supported by the Bot Framework.

Carlos built a copilot in Copilot Studio for Greenleaf Health employees. Staff ask questions like β€œHow many leave days do I have left?” and the copilot calls a Power Automate flow that checks Dataverse and returns the answer.

Generative answers: the game-changer

Before generative answers, building a chatbot meant manually creating a response for every possible question. Miss a topic? The bot says β€œI don’t understand.”

With generative answers, you point the copilot at a knowledge source β€” a SharePoint site, a website URL, or uploaded documents β€” and it generates natural-sounding answers from that content. This dramatically reduces the effort needed to build a useful copilot.

The exam will test that you know generative answers exist and that they pull from connected knowledge sources.

AI Builder: pre-built AI models

Beyond Copilot, Power Platform includes AI Builder β€” a set of pre-built and custom AI models you can use inside apps and flows without any machine learning expertise.

AI ModelWhat It DoesExample
Document processingExtracts data from invoices, receipts, formsCarlos extracts leave request data from scanned PDF forms
Text recognition (OCR)Reads text from imagesAisha scans shipping labels to auto-populate tracking records
Sentiment analysisDetects positive, negative, or neutral tonePriya analyses customer feedback emails for sentiment trends
Object detectionIdentifies objects in imagesTom detects property features (pool, garage) in listing photos
PredictionPredicts outcomes based on historical dataCarlos predicts which new hires are likely to need extended onboarding
Exam tip: AI Builder vs Copilot

Copilot helps makers build faster β€” it generates apps, flows, pages, and formulas from natural language.

AI Builder adds intelligence to finished apps and flows β€” it processes documents, detects sentiment, reads images, and makes predictions at runtime.

If the exam asks about generating apps, it is Copilot. If it asks about processing invoices or detecting sentiment, it is AI Builder.

🎬 Video walkthrough

Flashcards

Question

What does Copilot do inside Power Apps?

Click or press Enter to reveal answer

Answer

Generates entire apps from natural language descriptions, writes Power FX formulas, suggests screen edits via a chat interface, and creates Dataverse tables.

Click to flip back

Question

What is the key difference between Copilot in Power Platform and Copilot Studio?

Click or press Enter to reveal answer

Answer

Copilot in Power Platform helps MAKERS build apps and flows faster. Copilot Studio lets makers build custom copilots and chatbots that END USERS interact with.

Click to flip back

Question

What are generative answers in Copilot Studio?

Click or press Enter to reveal answer

Answer

A feature that connects your copilot to knowledge sources (SharePoint, websites, documents) and uses AI to generate natural-sounding answers from that content β€” without manually authoring every response.

Click to flip back

Question

What is AI Builder?

Click or press Enter to reveal answer

Answer

A set of pre-built and custom AI models (document processing, OCR, sentiment analysis, object detection, prediction) that add intelligence to Power Apps and Power Automate without machine learning expertise.

Click to flip back

Knowledge Check

Knowledge Check

Priya wants to quickly create a Power App by describing what she needs in plain English. Which feature should she use?

Knowledge Check

Carlos wants to build a chatbot for Greenleaf Health employees that answers HR policy questions from a SharePoint site. Which tool should he use?

Knowledge Check

Which Power Platform feature lets end users ask questions about app data in natural language, directly inside a canvas app?


Next up: Power FX β€” the Excel-like formula language that makes everything in Power Platform tick. If you have ever written a formula in Excel, you are already halfway there.