Microsoft Power Platform - Getting Started

Overview

I have been preparing for the PL400 example and thought to share my learnings with this. In this article I will be giving you a brief overview of the components of Power Platform which are based on the learning materials available on the Microsoft certifications site.

Power Platform uses environments to store, manage and share data for an organization.

For every new environment a dataverse instance is created which will host the Database. 

This will be then be utilized across other technologies, such as Apps and Flows


For administrative requires use the Power Platform admin center

Includes the following;


Other portals

- Power Automate - for automated flow

- Power BI - for reports

- Power Virtual Agents - for chatbots

- Power Pages - for websites

Security

- Has policies an procedures for data loss prevention to prevent organizations from unintentionally exposing data

Connectors are as follows
- Non - Business - for data related to personal use. Default (data from here can be moved to Business and Blocked)
- Business - for data related to business

- All data is managed within TLS connection
- Accessibility checker can be used for verifying access

- Blocked - for data related to restricted access.

Microsoft Dataverse

- Available globally
- Deployment is restricted to its geographical location
- Incorporates security, logic, data and storage in a central point
- All data is stored in dataverse
- Any business solution can connect to supports large datasets and complex data models

Tables 

Stores data within columns and rows defined. 

Table types:
- Standard - available as part of the solution, can be modified
- Managed - cannot be modified
- Custom

Relationships

- Uses business rules to define additional logic on fields or columns
- Helps to normalize data

Dataflows
- Are self-service, cloud based data preparation technoly

Connectors
- Allows business solutions to connect data across platforms

Available connectors
- Data sources - two type, tabular and function based
- Triggers and actions
- Standard connectors
- Premium connectors
- Custom connectors

An example dataverse table creation





Comments

Popular posts from this blog

D365FO - Create a multi-select lookup in batch jobs

Generate and download a csv file using X++

Creating a batch job with query based filter in D365 back-office