SlideShare ist ein Scribd-Unternehmen logo
1 von 55
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
PL-900
Microsoft Power Platform
Fundamentals
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Nanddeep Nachan
Consultant - SharePoint, Office 365, MS Azure
Speaker | Author | Blogger
@NanddeepNachan
/in/nanddeepnachan
https://www.nanddeepnachanblogs.com
NanddeepNachan@gmail.com
nanddeepn
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Agenda
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Exam Overview
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Types of questions
• Single choice
• Multiple choice
• Drag and drop
Best way to prepare
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Introduction to
Power Platform
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
What is Power Platform?
Image source: https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-intro
4 Products
Features
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Rapid low code development environment for building custom apps
• Enables the creation of web and mobile applications that run on all
devices.
• Business users or pro developers can build custom apps, when out
of the box solutions do not meet exact business needs.
Power Apps
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Create automated workflows between applications and services.
• Helps automate repetitive business processes such as
communication, data collections, and decision approvals.
Power Automate
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Business analytics service that delivers insights for analyzing data.
• Data visualizations with reports and dashboards.
Power BI
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Enables anyone to create powerful chatbots using a guided, no-
code graphical interface.
• No dependency on data scientists or developers.
• Chatbots can perform an action to call a Power Automate flow.
Power Virtual Agents
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• AI Builder
• Adds AI capabilities to the workflows and Power Apps and predict outcomes.
• Common Data Service (CDS)
• A scalable data service and app platform.
• Securely store and manage data from multiple sources.
• Integrate that data in business applications using a common data model.
• Connectors
• Enable you to connect apps, data, and devices in the cloud.
• More than 275 connectors for the Power Platform are available.
• E.g.: Salesforce, Office 365, Twitter, Dropbox, Google services, and more.
Features
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Common Data Service
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-common-data-service/2-overview
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Common Data Service database
• Single instance of Common Data Service which stores data in a set of
standard and custom data structures called entities.
• Entity
• A logical set of records that is used to store data. It is like a table in a
database or in an Excel workbook.
• Types: Standard, Complex.
• Field
• A way to store a discrete piece of information within a record in an entity.
• It is like a column in an Excel.
• Common Data Model
• Collection of predefined entities, attributes, semantic metadata, and
relationships.
Important Terms
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Allow you to apply and maintain business logic at the data layer
instead of the app layer.
Business Rules
Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-common-data-service/6-business-rules
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Business Rules Usage
Canvas apps or Model-driven
apps
• Set field values
• Clear field values
• Validate data and show error
messages
Model-driven apps
• Show or hide fields
• Enable or disable fields
• Create business
recommendations based on
business intelligence
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Demo
Common Data Services
(CDS)
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Environments in CDS
Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-common-data-service/5-environments
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
3 major sections:
• Environments
• Data policies
• Data integration
Power Apps Admin Center
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Create and manage an environment
Image source: https://docs.microsoft.com/en-us/learn/modules/create-manage-environments/2-manage
https://admin.powerplatform.microsoft.com
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Power Apps
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• No-code/low-code platform for building apps
• Over 275 connectors
• Common data sources
• Common Data Service
• SharePoint
• Dynamics 365
• SQL Server and Azure SQL
• Office 365
• On-premises data sources
Power Apps Introduction
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Build an app from a blank canvas
• Choose the screen size: tablet or mobile
• Add data sources to your app
• Drag and drop various controls
• Add the desired functionality by writing
Excel style formulas
Canvas Apps
Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-apps/2-what-is-power-apps
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Build from data in the Common
Data Service.
• App size will be responsive to
work on mobile or tablet.
• Define the relationships, forms,
views, business rules, and more
at the data layer, inside of the
Common Data Service.
• Get business results without
writing the formulas yourself.
Model-driven apps
Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-apps/2-what-is-power-apps
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• No-code solutions to building externally facing websites.
• Build an anonymous or authenticated website that allows users to
interact with data held in Common Data Service.
• Drag and drop experience to build rich, interactive websites.
Portals
Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-apps/2-what-is-power-apps
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Add artificial intelligence to your apps with no code.
• Available AI models in Power Apps:
1. Prediction
2. Form processor
3. Object detector
4. Text classification
AI Builder
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Build a canvas app
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Power Apps Studio (https://make.PowerApps.com)
• App format (Mobile or Tablet)
• Galleries
• Forms
• Input Controls
• Intelligent Controls
• Functions
Basic elements
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Demo
Build Canvas App
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Build a model-driven
app
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
1. Model your business data
2. Define your business processes
3. Build the app
3 design phases
Image source: https://docs.microsoft.com/en-us/learn/modules/how-build-model-driven-app/02-model-driven-apps
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Demo
Build model-
driven App
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Power Apps Portals
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Common Data Service
• Portal from blank
• Microsoft Dynamics 365 apps
• Community portal
• Customer self-service portal
• Employee self-service portal
• Partner portal
• Customer portal (Dynamics 365 Supply Chain Management)
Portal templates
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Demo
Provision a portal
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Power Automate
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
1. Event driven flows
2. Business process flows
3. UI flows
3 types of flows
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• 2 main parts: trigger, actions
Important concepts
Trigger
• When something changes
• On a schedule
• On a button press
Action
• Loops
• Switch
• Do Until
• Apply to each
• Expressions
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Demo
Create a flow from
a template
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Power BI
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Power BI overview
Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-bi/2-what-power-bi
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Parts of Power BI
Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-bi/2-what-power-bi
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Major building blocks of Power BI:
Power BI concepts
• Capacities
• Workspaces
• My workspace
• Workspaces
• Datasets
• Reports
• Dashboards
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Data modeling and visualizations
Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-bi/2a-data-modeling-visualizations
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Power Virtual
Agents (PVA)
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Topics
• User topics
• System topics
• Entities
• Prebuilt entities
• Custom entities
• Actions
• Publishing
Components of Power Virtual Agents
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Demo
Build Basic Chatbot
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
On-premises
Data Gateway
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
What is an On-premises Data Gateway?
• One gateway for multiple cloud
services and experiences
• Power BI
• Power BI dataflows
• Power Apps
• Power Automate
• Power Platform dataflows
• Azure Analysis Services
• Logic Apps
• Microsoft Search
• Personal mode vs Standard mode
Image source: docs.microsoft.com
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Do we need Data Gateway every time?
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Summary: Power Platform
Image source: https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-intro
4 Products
Features
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
• Certification
• https://docs.microsoft.com/en-us/learn/certifications/exams/pl-900
• Microsoft Learn Path
• https://docs.microsoft.com/en-us/learn/paths/power-plat-fundamentals/
References
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
Thank You
NanddeepNachan@gmail.com
/in/nanddeepnachan
@NanddeepNachan
Nanddeep Nachan
PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan
QnA

Weitere ähnliche Inhalte

Was ist angesagt?

Microsoft PowerApps
Microsoft PowerAppsMicrosoft PowerApps
Microsoft PowerAppsRene Modery
 
Exploring the PowerApps advantage
Exploring the PowerApps advantageExploring the PowerApps advantage
Exploring the PowerApps advantageMalin De Silva
 
Microsoft power platform
Microsoft power platformMicrosoft power platform
Microsoft power platformJenkins NS
 
Power Platform (Power Automate)
Power Platform (Power Automate)Power Platform (Power Automate)
Power Platform (Power Automate)OluwatobiYusuf2
 
Introduction to PowerApps-1.pptx
Introduction to PowerApps-1.pptxIntroduction to PowerApps-1.pptx
Introduction to PowerApps-1.pptxRatanTATA10
 
Powerapps & Flow
Powerapps & FlowPowerapps & Flow
Powerapps & FlowXpand IT
 
Getting Started & Driving Success With Power Platform At Scale
Getting Started & Driving Success With Power Platform At ScaleGetting Started & Driving Success With Power Platform At Scale
Getting Started & Driving Success With Power Platform At ScaleRichard Harbridge
 
Microsoft PowerApps and Flow
Microsoft PowerApps and FlowMicrosoft PowerApps and Flow
Microsoft PowerApps and FlowSteve Knutson
 
An introduction to microsoft power apps
An introduction to microsoft power appsAn introduction to microsoft power apps
An introduction to microsoft power appsMitul Rana
 
Enter the World of PowerApps - Canvas vs. Model-Driven Apps
Enter the World of PowerApps - Canvas vs. Model-Driven AppsEnter the World of PowerApps - Canvas vs. Model-Driven Apps
Enter the World of PowerApps - Canvas vs. Model-Driven AppsDaniel Laskewitz
 
Explore Microsoft Power Platform Center of Excellence
Explore Microsoft Power Platform Center of ExcellenceExplore Microsoft Power Platform Center of Excellence
Explore Microsoft Power Platform Center of ExcellenceNanddeep Nachan
 
Canvas Apps for the Model-driven mind
Canvas Apps for the Model-driven mindCanvas Apps for the Model-driven mind
Canvas Apps for the Model-driven mindJukka Niiranen
 
Overview power apps and microsoft flow
Overview power apps and microsoft flowOverview power apps and microsoft flow
Overview power apps and microsoft flowJuan Fabian
 
Power automate a workflow automation platform
Power automate a  workflow automation platform Power automate a  workflow automation platform
Power automate a workflow automation platform Amit Kumawat
 
An Introduction to Microsoft Flow
An Introduction to Microsoft FlowAn Introduction to Microsoft Flow
An Introduction to Microsoft FlowRobert Crane
 

Was ist angesagt? (20)

Microsoft PowerApps
Microsoft PowerAppsMicrosoft PowerApps
Microsoft PowerApps
 
Microsoft power platform
Microsoft power platformMicrosoft power platform
Microsoft power platform
 
Exploring the PowerApps advantage
Exploring the PowerApps advantageExploring the PowerApps advantage
Exploring the PowerApps advantage
 
Power Automate
Power AutomatePower Automate
Power Automate
 
Microsoft power platform
Microsoft power platformMicrosoft power platform
Microsoft power platform
 
Power Platform (Power Automate)
Power Platform (Power Automate)Power Platform (Power Automate)
Power Platform (Power Automate)
 
Introduction to PowerApps-1.pptx
Introduction to PowerApps-1.pptxIntroduction to PowerApps-1.pptx
Introduction to PowerApps-1.pptx
 
What is power apps
What is power appsWhat is power apps
What is power apps
 
Powerapps & Flow
Powerapps & FlowPowerapps & Flow
Powerapps & Flow
 
Getting Started & Driving Success With Power Platform At Scale
Getting Started & Driving Success With Power Platform At ScaleGetting Started & Driving Success With Power Platform At Scale
Getting Started & Driving Success With Power Platform At Scale
 
Microsoft PowerApps and Flow
Microsoft PowerApps and FlowMicrosoft PowerApps and Flow
Microsoft PowerApps and Flow
 
Power Platform Governance
Power Platform GovernancePower Platform Governance
Power Platform Governance
 
An introduction to microsoft power apps
An introduction to microsoft power appsAn introduction to microsoft power apps
An introduction to microsoft power apps
 
Enter the World of PowerApps - Canvas vs. Model-Driven Apps
Enter the World of PowerApps - Canvas vs. Model-Driven AppsEnter the World of PowerApps - Canvas vs. Model-Driven Apps
Enter the World of PowerApps - Canvas vs. Model-Driven Apps
 
Explore Microsoft Power Platform Center of Excellence
Explore Microsoft Power Platform Center of ExcellenceExplore Microsoft Power Platform Center of Excellence
Explore Microsoft Power Platform Center of Excellence
 
Canvas Apps for the Model-driven mind
Canvas Apps for the Model-driven mindCanvas Apps for the Model-driven mind
Canvas Apps for the Model-driven mind
 
Power Automate
Power AutomatePower Automate
Power Automate
 
Overview power apps and microsoft flow
Overview power apps and microsoft flowOverview power apps and microsoft flow
Overview power apps and microsoft flow
 
Power automate a workflow automation platform
Power automate a  workflow automation platform Power automate a  workflow automation platform
Power automate a workflow automation platform
 
An Introduction to Microsoft Flow
An Introduction to Microsoft FlowAn Introduction to Microsoft Flow
An Introduction to Microsoft Flow
 

Ähnlich wie PL-900: Microsoft Power Platform Fundamentals

PL-100 Microsoft Power Platform App Maker
PL-100 Microsoft Power Platform App MakerPL-100 Microsoft Power Platform App Maker
PL-100 Microsoft Power Platform App MakerNanddeep Nachan
 
Patron Power Platfom Community September 2021 Webinar
Patron Power Platfom Community September 2021 WebinarPatron Power Platfom Community September 2021 Webinar
Patron Power Platfom Community September 2021 WebinarRobert Crane
 
04 power apps-platform-boonthawee
04 power apps-platform-boonthawee04 power apps-platform-boonthawee
04 power apps-platform-boonthaweeKumton Suttiraksiri
 
PowerApps 101 SharePoint Saturday Belgium 2019
PowerApps 101 SharePoint Saturday Belgium 2019PowerApps 101 SharePoint Saturday Belgium 2019
PowerApps 101 SharePoint Saturday Belgium 2019Rebekka Aalbers-de Jong
 
APP IN A DAY Copenhagen May 13th
APP IN A DAY Copenhagen May 13th APP IN A DAY Copenhagen May 13th
APP IN A DAY Copenhagen May 13th AlonEkelund
 
The business today - PowerApps, Power BI y Microsoft Flow
The business today - PowerApps, Power BI y Microsoft FlowThe business today - PowerApps, Power BI y Microsoft Flow
The business today - PowerApps, Power BI y Microsoft FlowJuan Fabian
 
CIAOPS Need to Know Office 365 Webinar - December 2017
CIAOPS Need to Know Office 365 Webinar - December 2017CIAOPS Need to Know Office 365 Webinar - December 2017
CIAOPS Need to Know Office 365 Webinar - December 2017Robert Crane
 
General Presentation - DIAD and AIAD, Dashboard and Apps
General Presentation - DIAD and AIAD, Dashboard and AppsGeneral Presentation - DIAD and AIAD, Dashboard and Apps
General Presentation - DIAD and AIAD, Dashboard and AppsVishal Pawar
 
CIAOPS Need to Know Office 365 Webinar - February 2018
CIAOPS Need to Know Office 365 Webinar - February 2018CIAOPS Need to Know Office 365 Webinar - February 2018
CIAOPS Need to Know Office 365 Webinar - February 2018Robert Crane
 
Pascua Yaqui Tribe App in a day and dashboard in day
Pascua Yaqui Tribe App in a day and dashboard in dayPascua Yaqui Tribe App in a day and dashboard in day
Pascua Yaqui Tribe App in a day and dashboard in dayVishal Pawar
 
What is Microsoft PowerApps?
What is Microsoft PowerApps?What is Microsoft PowerApps?
What is Microsoft PowerApps?Deepika Gandhi
 
September 2018 Office 365 Need to Know Webinar
September 2018 Office 365 Need to Know WebinarSeptember 2018 Office 365 Need to Know Webinar
September 2018 Office 365 Need to Know WebinarRobert Crane
 
November 2022 CIAOPS Need to Know Webinar
November 2022 CIAOPS Need to Know WebinarNovember 2022 CIAOPS Need to Know Webinar
November 2022 CIAOPS Need to Know WebinarRobert Crane
 
Access Apps for Office 365 with Power BI
Access Apps for Office 365 with Power BIAccess Apps for Office 365 with Power BI
Access Apps for Office 365 with Power BIChris McNulty
 
20180701 - 1st Meeting - Data Science Orientation
20180701 - 1st Meeting - Data Science Orientation20180701 - 1st Meeting - Data Science Orientation
20180701 - 1st Meeting - Data Science OrientationDuc Lai Trung Minh
 
Cherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in day
Cherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in dayCherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in day
Cherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in dayVishal Pawar
 
SPS Dakar 2018 - Flow et Power Apps - Mohamed Amar Athie
SPS Dakar 2018 - Flow et Power Apps - Mohamed Amar AthieSPS Dakar 2018 - Flow et Power Apps - Mohamed Amar Athie
SPS Dakar 2018 - Flow et Power Apps - Mohamed Amar AthieaOS Community
 
SQL Analytics Powering Telemetry Analysis at Comcast
SQL Analytics Powering Telemetry Analysis at ComcastSQL Analytics Powering Telemetry Analysis at Comcast
SQL Analytics Powering Telemetry Analysis at ComcastDatabricks
 

Ähnlich wie PL-900: Microsoft Power Platform Fundamentals (20)

PL-100 Microsoft Power Platform App Maker
PL-100 Microsoft Power Platform App MakerPL-100 Microsoft Power Platform App Maker
PL-100 Microsoft Power Platform App Maker
 
Patron Power Platfom Community September 2021 Webinar
Patron Power Platfom Community September 2021 WebinarPatron Power Platfom Community September 2021 Webinar
Patron Power Platfom Community September 2021 Webinar
 
04 power apps-platform-boonthawee
04 power apps-platform-boonthawee04 power apps-platform-boonthawee
04 power apps-platform-boonthawee
 
PowerApps 101 SharePoint Saturday Belgium 2019
PowerApps 101 SharePoint Saturday Belgium 2019PowerApps 101 SharePoint Saturday Belgium 2019
PowerApps 101 SharePoint Saturday Belgium 2019
 
APP IN A DAY Copenhagen May 13th
APP IN A DAY Copenhagen May 13th APP IN A DAY Copenhagen May 13th
APP IN A DAY Copenhagen May 13th
 
The business today - PowerApps, Power BI y Microsoft Flow
The business today - PowerApps, Power BI y Microsoft FlowThe business today - PowerApps, Power BI y Microsoft Flow
The business today - PowerApps, Power BI y Microsoft Flow
 
CIAOPS Need to Know Office 365 Webinar - December 2017
CIAOPS Need to Know Office 365 Webinar - December 2017CIAOPS Need to Know Office 365 Webinar - December 2017
CIAOPS Need to Know Office 365 Webinar - December 2017
 
General Presentation - DIAD and AIAD, Dashboard and Apps
General Presentation - DIAD and AIAD, Dashboard and AppsGeneral Presentation - DIAD and AIAD, Dashboard and Apps
General Presentation - DIAD and AIAD, Dashboard and Apps
 
CIAOPS Need to Know Office 365 Webinar - February 2018
CIAOPS Need to Know Office 365 Webinar - February 2018CIAOPS Need to Know Office 365 Webinar - February 2018
CIAOPS Need to Know Office 365 Webinar - February 2018
 
PowerApps community call-March 2019
PowerApps community call-March 2019PowerApps community call-March 2019
PowerApps community call-March 2019
 
Pascua Yaqui Tribe App in a day and dashboard in day
Pascua Yaqui Tribe App in a day and dashboard in dayPascua Yaqui Tribe App in a day and dashboard in day
Pascua Yaqui Tribe App in a day and dashboard in day
 
What is Microsoft PowerApps?
What is Microsoft PowerApps?What is Microsoft PowerApps?
What is Microsoft PowerApps?
 
September 2018 Office 365 Need to Know Webinar
September 2018 Office 365 Need to Know WebinarSeptember 2018 Office 365 Need to Know Webinar
September 2018 Office 365 Need to Know Webinar
 
November 2022 CIAOPS Need to Know Webinar
November 2022 CIAOPS Need to Know WebinarNovember 2022 CIAOPS Need to Know Webinar
November 2022 CIAOPS Need to Know Webinar
 
Access Apps for Office 365 with Power BI
Access Apps for Office 365 with Power BIAccess Apps for Office 365 with Power BI
Access Apps for Office 365 with Power BI
 
Power BI Dataflows
Power BI DataflowsPower BI Dataflows
Power BI Dataflows
 
20180701 - 1st Meeting - Data Science Orientation
20180701 - 1st Meeting - Data Science Orientation20180701 - 1st Meeting - Data Science Orientation
20180701 - 1st Meeting - Data Science Orientation
 
Cherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in day
Cherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in dayCherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in day
Cherokee nation 2 day AIAD & DIAD - App in a day and Dashboard in day
 
SPS Dakar 2018 - Flow et Power Apps - Mohamed Amar Athie
SPS Dakar 2018 - Flow et Power Apps - Mohamed Amar AthieSPS Dakar 2018 - Flow et Power Apps - Mohamed Amar Athie
SPS Dakar 2018 - Flow et Power Apps - Mohamed Amar Athie
 
SQL Analytics Powering Telemetry Analysis at Comcast
SQL Analytics Powering Telemetry Analysis at ComcastSQL Analytics Powering Telemetry Analysis at Comcast
SQL Analytics Powering Telemetry Analysis at Comcast
 

Mehr von Nanddeep Nachan

Prompt to Pixel: DALL-E Magic
Prompt to Pixel: DALL-E MagicPrompt to Pixel: DALL-E Magic
Prompt to Pixel: DALL-E MagicNanddeep Nachan
 
Knowledge Quest Teams Bot.pptx
Knowledge Quest Teams Bot.pptxKnowledge Quest Teams Bot.pptx
Knowledge Quest Teams Bot.pptxNanddeep Nachan
 
Purview Days 2023 - Graph Notifications - A better way to process M365 Audit ...
Purview Days 2023 - Graph Notifications - A better way to process M365 Audit ...Purview Days 2023 - Graph Notifications - A better way to process M365 Audit ...
Purview Days 2023 - Graph Notifications - A better way to process M365 Audit ...Nanddeep Nachan
 
Building Bots with Teams Toolkit
Building Bots with Teams ToolkitBuilding Bots with Teams Toolkit
Building Bots with Teams ToolkitNanddeep Nachan
 
Power Apps for Azure Cloud Professionals
Power Apps for Azure Cloud ProfessionalsPower Apps for Azure Cloud Professionals
Power Apps for Azure Cloud ProfessionalsNanddeep Nachan
 
aMS Pune - Building apps for Teams meetings
aMS Pune - Building apps for Teams meetingsaMS Pune - Building apps for Teams meetings
aMS Pune - Building apps for Teams meetingsNanddeep Nachan
 
Universal Actions for Adaptive Cards on Microsoft Teams
Universal Actions for Adaptive Cards on Microsoft TeamsUniversal Actions for Adaptive Cards on Microsoft Teams
Universal Actions for Adaptive Cards on Microsoft TeamsNanddeep Nachan
 
Building Bots with Azure and consume anywhere.pptx
Building Bots with Azure and consume anywhere.pptxBuilding Bots with Azure and consume anywhere.pptx
Building Bots with Azure and consume anywhere.pptxNanddeep Nachan
 
Power Platform Custom Connector Deep Dive.pptx
Power Platform Custom Connector Deep Dive.pptxPower Platform Custom Connector Deep Dive.pptx
Power Platform Custom Connector Deep Dive.pptxNanddeep Nachan
 
Sessionize Custom Connector
Sessionize Custom ConnectorSessionize Custom Connector
Sessionize Custom ConnectorNanddeep Nachan
 
SharePoint PnP Viva Connections & SPFx JS SIG Call - My M365 Groups
SharePoint PnP Viva Connections & SPFx JS SIG Call - My M365 GroupsSharePoint PnP Viva Connections & SPFx JS SIG Call - My M365 Groups
SharePoint PnP Viva Connections & SPFx JS SIG Call - My M365 GroupsNanddeep Nachan
 
Bring your SharePoint apps to MS Teams
Bring your SharePoint apps to MS TeamsBring your SharePoint apps to MS Teams
Bring your SharePoint apps to MS TeamsNanddeep Nachan
 
Microsoft Viva Connections - Set up and Extend with SPFx
Microsoft Viva Connections - Set up and Extend with SPFxMicrosoft Viva Connections - Set up and Extend with SPFx
Microsoft Viva Connections - Set up and Extend with SPFxNanddeep Nachan
 
Information Barriers in MS Teams
Information Barriers in MS TeamsInformation Barriers in MS Teams
Information Barriers in MS TeamsNanddeep Nachan
 
SharePoint PnP Demo - Questionnaire Teams Meeting App with SPFx
SharePoint PnP Demo - Questionnaire Teams Meeting App with SPFxSharePoint PnP Demo - Questionnaire Teams Meeting App with SPFx
SharePoint PnP Demo - Questionnaire Teams Meeting App with SPFxNanddeep Nachan
 
Protect Office 365 with Azure Sentinel
Protect Office 365 with Azure SentinelProtect Office 365 with Azure Sentinel
Protect Office 365 with Azure SentinelNanddeep Nachan
 
SharePoint PnP Demo - react-manage-o365-groups
SharePoint PnP Demo - react-manage-o365-groupsSharePoint PnP Demo - react-manage-o365-groups
SharePoint PnP Demo - react-manage-o365-groupsNanddeep Nachan
 
Virtual Hub - Host SharePoint Framework web part as MS Teams messaging extension
Virtual Hub - Host SharePoint Framework web part as MS Teams messaging extensionVirtual Hub - Host SharePoint Framework web part as MS Teams messaging extension
Virtual Hub - Host SharePoint Framework web part as MS Teams messaging extensionNanddeep Nachan
 
SharePoint PnP Demo - react-display-hierarchy
SharePoint PnP Demo - react-display-hierarchySharePoint PnP Demo - react-display-hierarchy
SharePoint PnP Demo - react-display-hierarchyNanddeep Nachan
 
SharePoint PnP Demo - react-google-fit
SharePoint PnP Demo - react-google-fitSharePoint PnP Demo - react-google-fit
SharePoint PnP Demo - react-google-fitNanddeep Nachan
 

Mehr von Nanddeep Nachan (20)

Prompt to Pixel: DALL-E Magic
Prompt to Pixel: DALL-E MagicPrompt to Pixel: DALL-E Magic
Prompt to Pixel: DALL-E Magic
 
Knowledge Quest Teams Bot.pptx
Knowledge Quest Teams Bot.pptxKnowledge Quest Teams Bot.pptx
Knowledge Quest Teams Bot.pptx
 
Purview Days 2023 - Graph Notifications - A better way to process M365 Audit ...
Purview Days 2023 - Graph Notifications - A better way to process M365 Audit ...Purview Days 2023 - Graph Notifications - A better way to process M365 Audit ...
Purview Days 2023 - Graph Notifications - A better way to process M365 Audit ...
 
Building Bots with Teams Toolkit
Building Bots with Teams ToolkitBuilding Bots with Teams Toolkit
Building Bots with Teams Toolkit
 
Power Apps for Azure Cloud Professionals
Power Apps for Azure Cloud ProfessionalsPower Apps for Azure Cloud Professionals
Power Apps for Azure Cloud Professionals
 
aMS Pune - Building apps for Teams meetings
aMS Pune - Building apps for Teams meetingsaMS Pune - Building apps for Teams meetings
aMS Pune - Building apps for Teams meetings
 
Universal Actions for Adaptive Cards on Microsoft Teams
Universal Actions for Adaptive Cards on Microsoft TeamsUniversal Actions for Adaptive Cards on Microsoft Teams
Universal Actions for Adaptive Cards on Microsoft Teams
 
Building Bots with Azure and consume anywhere.pptx
Building Bots with Azure and consume anywhere.pptxBuilding Bots with Azure and consume anywhere.pptx
Building Bots with Azure and consume anywhere.pptx
 
Power Platform Custom Connector Deep Dive.pptx
Power Platform Custom Connector Deep Dive.pptxPower Platform Custom Connector Deep Dive.pptx
Power Platform Custom Connector Deep Dive.pptx
 
Sessionize Custom Connector
Sessionize Custom ConnectorSessionize Custom Connector
Sessionize Custom Connector
 
SharePoint PnP Viva Connections & SPFx JS SIG Call - My M365 Groups
SharePoint PnP Viva Connections & SPFx JS SIG Call - My M365 GroupsSharePoint PnP Viva Connections & SPFx JS SIG Call - My M365 Groups
SharePoint PnP Viva Connections & SPFx JS SIG Call - My M365 Groups
 
Bring your SharePoint apps to MS Teams
Bring your SharePoint apps to MS TeamsBring your SharePoint apps to MS Teams
Bring your SharePoint apps to MS Teams
 
Microsoft Viva Connections - Set up and Extend with SPFx
Microsoft Viva Connections - Set up and Extend with SPFxMicrosoft Viva Connections - Set up and Extend with SPFx
Microsoft Viva Connections - Set up and Extend with SPFx
 
Information Barriers in MS Teams
Information Barriers in MS TeamsInformation Barriers in MS Teams
Information Barriers in MS Teams
 
SharePoint PnP Demo - Questionnaire Teams Meeting App with SPFx
SharePoint PnP Demo - Questionnaire Teams Meeting App with SPFxSharePoint PnP Demo - Questionnaire Teams Meeting App with SPFx
SharePoint PnP Demo - Questionnaire Teams Meeting App with SPFx
 
Protect Office 365 with Azure Sentinel
Protect Office 365 with Azure SentinelProtect Office 365 with Azure Sentinel
Protect Office 365 with Azure Sentinel
 
SharePoint PnP Demo - react-manage-o365-groups
SharePoint PnP Demo - react-manage-o365-groupsSharePoint PnP Demo - react-manage-o365-groups
SharePoint PnP Demo - react-manage-o365-groups
 
Virtual Hub - Host SharePoint Framework web part as MS Teams messaging extension
Virtual Hub - Host SharePoint Framework web part as MS Teams messaging extensionVirtual Hub - Host SharePoint Framework web part as MS Teams messaging extension
Virtual Hub - Host SharePoint Framework web part as MS Teams messaging extension
 
SharePoint PnP Demo - react-display-hierarchy
SharePoint PnP Demo - react-display-hierarchySharePoint PnP Demo - react-display-hierarchy
SharePoint PnP Demo - react-display-hierarchy
 
SharePoint PnP Demo - react-google-fit
SharePoint PnP Demo - react-google-fitSharePoint PnP Demo - react-google-fit
SharePoint PnP Demo - react-google-fit
 

Kürzlich hochgeladen

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Kürzlich hochgeladen (20)

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

PL-900: Microsoft Power Platform Fundamentals

  • 1. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan PL-900 Microsoft Power Platform Fundamentals
  • 2. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Nanddeep Nachan Consultant - SharePoint, Office 365, MS Azure Speaker | Author | Blogger @NanddeepNachan /in/nanddeepnachan https://www.nanddeepnachanblogs.com NanddeepNachan@gmail.com nanddeepn
  • 3. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Agenda
  • 4. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Exam Overview
  • 5. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Types of questions • Single choice • Multiple choice • Drag and drop Best way to prepare
  • 6. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Introduction to Power Platform
  • 7. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan What is Power Platform? Image source: https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-intro 4 Products Features
  • 8. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Rapid low code development environment for building custom apps • Enables the creation of web and mobile applications that run on all devices. • Business users or pro developers can build custom apps, when out of the box solutions do not meet exact business needs. Power Apps
  • 9. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Create automated workflows between applications and services. • Helps automate repetitive business processes such as communication, data collections, and decision approvals. Power Automate
  • 10. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Business analytics service that delivers insights for analyzing data. • Data visualizations with reports and dashboards. Power BI
  • 11. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Enables anyone to create powerful chatbots using a guided, no- code graphical interface. • No dependency on data scientists or developers. • Chatbots can perform an action to call a Power Automate flow. Power Virtual Agents
  • 12. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • AI Builder • Adds AI capabilities to the workflows and Power Apps and predict outcomes. • Common Data Service (CDS) • A scalable data service and app platform. • Securely store and manage data from multiple sources. • Integrate that data in business applications using a common data model. • Connectors • Enable you to connect apps, data, and devices in the cloud. • More than 275 connectors for the Power Platform are available. • E.g.: Salesforce, Office 365, Twitter, Dropbox, Google services, and more. Features
  • 13. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Common Data Service
  • 14. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-common-data-service/2-overview
  • 15. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Common Data Service database • Single instance of Common Data Service which stores data in a set of standard and custom data structures called entities. • Entity • A logical set of records that is used to store data. It is like a table in a database or in an Excel workbook. • Types: Standard, Complex. • Field • A way to store a discrete piece of information within a record in an entity. • It is like a column in an Excel. • Common Data Model • Collection of predefined entities, attributes, semantic metadata, and relationships. Important Terms
  • 16. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Allow you to apply and maintain business logic at the data layer instead of the app layer. Business Rules Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-common-data-service/6-business-rules
  • 17. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Business Rules Usage Canvas apps or Model-driven apps • Set field values • Clear field values • Validate data and show error messages Model-driven apps • Show or hide fields • Enable or disable fields • Create business recommendations based on business intelligence
  • 18. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Demo Common Data Services (CDS)
  • 19. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Environments in CDS Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-common-data-service/5-environments
  • 20. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan 3 major sections: • Environments • Data policies • Data integration Power Apps Admin Center
  • 21. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Create and manage an environment Image source: https://docs.microsoft.com/en-us/learn/modules/create-manage-environments/2-manage https://admin.powerplatform.microsoft.com
  • 22. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Power Apps
  • 23. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • No-code/low-code platform for building apps • Over 275 connectors • Common data sources • Common Data Service • SharePoint • Dynamics 365 • SQL Server and Azure SQL • Office 365 • On-premises data sources Power Apps Introduction
  • 24. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Build an app from a blank canvas • Choose the screen size: tablet or mobile • Add data sources to your app • Drag and drop various controls • Add the desired functionality by writing Excel style formulas Canvas Apps Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-apps/2-what-is-power-apps
  • 25. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Build from data in the Common Data Service. • App size will be responsive to work on mobile or tablet. • Define the relationships, forms, views, business rules, and more at the data layer, inside of the Common Data Service. • Get business results without writing the formulas yourself. Model-driven apps Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-apps/2-what-is-power-apps
  • 26. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • No-code solutions to building externally facing websites. • Build an anonymous or authenticated website that allows users to interact with data held in Common Data Service. • Drag and drop experience to build rich, interactive websites. Portals Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-apps/2-what-is-power-apps
  • 27. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Add artificial intelligence to your apps with no code. • Available AI models in Power Apps: 1. Prediction 2. Form processor 3. Object detector 4. Text classification AI Builder
  • 28. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Build a canvas app
  • 29. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Power Apps Studio (https://make.PowerApps.com) • App format (Mobile or Tablet) • Galleries • Forms • Input Controls • Intelligent Controls • Functions Basic elements
  • 30. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Demo Build Canvas App
  • 31. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Build a model-driven app
  • 32. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan 1. Model your business data 2. Define your business processes 3. Build the app 3 design phases Image source: https://docs.microsoft.com/en-us/learn/modules/how-build-model-driven-app/02-model-driven-apps
  • 33. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Demo Build model- driven App
  • 34. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Power Apps Portals
  • 35. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Common Data Service • Portal from blank • Microsoft Dynamics 365 apps • Community portal • Customer self-service portal • Employee self-service portal • Partner portal • Customer portal (Dynamics 365 Supply Chain Management) Portal templates
  • 36. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Demo Provision a portal
  • 37. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Power Automate
  • 38. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan 1. Event driven flows 2. Business process flows 3. UI flows 3 types of flows
  • 39. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • 2 main parts: trigger, actions Important concepts Trigger • When something changes • On a schedule • On a button press Action • Loops • Switch • Do Until • Apply to each • Expressions
  • 40. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Demo Create a flow from a template
  • 41. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Power BI
  • 42. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Power BI overview Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-bi/2-what-power-bi
  • 43. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Parts of Power BI Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-bi/2-what-power-bi
  • 44. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Major building blocks of Power BI: Power BI concepts • Capacities • Workspaces • My workspace • Workspaces • Datasets • Reports • Dashboards
  • 45. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Data modeling and visualizations Image source: https://docs.microsoft.com/en-us/learn/modules/introduction-power-bi/2a-data-modeling-visualizations
  • 46. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Power Virtual Agents (PVA)
  • 47. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Topics • User topics • System topics • Entities • Prebuilt entities • Custom entities • Actions • Publishing Components of Power Virtual Agents
  • 48. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Demo Build Basic Chatbot
  • 49. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan On-premises Data Gateway
  • 50. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan What is an On-premises Data Gateway? • One gateway for multiple cloud services and experiences • Power BI • Power BI dataflows • Power Apps • Power Automate • Power Platform dataflows • Azure Analysis Services • Logic Apps • Microsoft Search • Personal mode vs Standard mode Image source: docs.microsoft.com
  • 51. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Do we need Data Gateway every time?
  • 52. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Summary: Power Platform Image source: https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-intro 4 Products Features
  • 53. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan • Certification • https://docs.microsoft.com/en-us/learn/certifications/exams/pl-900 • Microsoft Learn Path • https://docs.microsoft.com/en-us/learn/paths/power-plat-fundamentals/ References
  • 54. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan Thank You NanddeepNachan@gmail.com /in/nanddeepnachan @NanddeepNachan Nanddeep Nachan
  • 55. PL-900: Microsoft Power Platform Fundamentals @NanddeepNachan QnA