Free tutorials · Live batches

Learn Power Platform by building things that ship.

Canvas Apps, Power Automate, Copilot Studio and SharePoint — taught through real projects, not toy demos. Free on YouTube, deeper in the live batch.

What you’ll work with

PowerAppsPower AutomateCopilot Studio Power BIPower PagesDataversePower Fx
Vinay Konswal, Microsoft Power Platform trainer
Pagination.fx
// Delegation-safe paging
ClearCollect(colPage,
  FirstN(LastN(colOrders,
    CountRows(colOrders)
    - varPage * 25), 25)
);
Past 2,000 rows Delegation safe
Free Videos
0 +
Learners
0 +
Premium Coures
0
Free Projects
0 +

THE TOOLSET

Every Power Platform tool, taught properly

Six tools that work together. Pick the one you’re stuck on, or start with the guide if the whole thing is still fuzzy.

PowerApps

Canvas and Model-driven Apps – Screens, dynamic forms, galleries, and multiple datasets that stay fast past 2,000 rows.

Power Automate

Cloud flows, approvals, retry and timeout policies, and moving real SharePoint data without losing attachments.

Copilot Studio

Build AI Agents from scratch, wire it into a Canvas App, and pull structured data straight out of PDFs and Excel files.

Power BI

Model your data, write DAX that behaves itself, and build reports people open a second time.

Coming soon →

Power Pages

Public-facing sites on Dataverse – Pages, Forms, and getting the security model right the first time.

Coming soon→

Power Platform Guide

Environemnts, Solutions, Licensing and ALM – how the pieces fit togehter. Start here if it’s all still fuzzy.

Scroll to Top