The full
library.
223 tutorials and growing — filter by product, difficulty, or topic to find what you need.
Elevate Your Power Apps Code: A Guide to Cleaner Formulas and Better Maintenance
Learn how small coding practices—like using descriptive names, flattening conditions, and simplifying logic—can make your apps easier to update and less error-prone.
Beyond the Basics: 10 Power Apps Form Techniques You'll Actually Use
Move past the gallery and discover the hidden patterns for validation, navigation, and smart submission handling in your data entry forms.
The Secret Admin Toolkit: Overlooked PowerShell Commands for Power Apps
PowerShell unlocks admin capabilities that the Power Platform admin center simply doesn’t offer—from recovering deleted apps to blocking trial licenses. Here’s how to wield them safely.
Beyond Built-in Charts: Using QuickChart for Custom Visuals in Power Apps
Generate 20+ chart types in Power Apps by embedding QuickChart image URLs—add radar, doughnut, gauge, word cloud, and more to your dashboards.
Enhance Your Apps with Over 2,000 Free Fluent UI Icons
A practical guide to using Microsoft's free Fluent Design System icons in Power Apps, including an interactive gallery for browsing over 2,000 icons in multiple colors.
Constructing Clean Canvas Apps: A Guide to Power Apps Coding Practices
A practical walkthrough of naming conventions, error handling patterns, and performance strategies to keep your canvas apps scalable and maintainable.
Filtering SharePoint Lists in Power Apps: Practical Examples and Patterns
Learn how to use the Filter function to query SharePoint list data efficiently across text, number, date, choice, lookup, person, and yes/no columns, with delegation insights.
Master Conditional Logic in Power Apps: An Expense Tracker Guide
Explore the true potential of the If function in Power Apps. Through a practical expense approval scenario, learn nested conditions, delegation patterns, and how to choose Switch over IF.
Reassigning Power Apps Ownership: Three Methods Every Admin Should Know
When the original app owner leaves the company, use Power Automate, PowerShell, or the CoE Starter Kit to transfer ownership without breaking the app.
Show Only My Records: Three Ways to Filter a Power Apps Gallery for the Current User
Compare on-the-fly filtering, automated permission management, and list-level security to restrict gallery items to the signed-in user.
Five Gallery Upgrades That Make Your Power Apps Pop
Transform a plain data list into a rich visual dashboard using these straightforward design techniques—no graphic design experience required.
Insights from Developing a Word Puzzle Game in Power Apps
Learn five powerful techniques—from single-screen control to offline data persistence—by following how I built an interactive word puzzle game.
Named Formulas in Power Apps: Streamlining Logic and Configuration
Use Power Apps named formulas to create reusable, reactive logic that centralizes data access, user context, and app settings.
Hidden Gems: 7 Overlooked Power Apps Functions That Solve Real Problems
Move beyond the basics with seven Power Apps functions that often get ignored—learn how they can simplify your formulas, improve performance, and unlock new possibilities.
Visual Data Alerts in Power Apps Galleries
Apply colours, emojis, and conditional formatting to highlight important data in your gallery rows.
Mastering Patch in Power Apps: Create, Update, and Upsert Records
Learn how to use the Patch function for single and batch operations, with a real-world project tasks example.
Build Custom Map Experiences in Power Apps
Create engaging map interfaces in your canvas apps with data‑driven pins, clustering, and satellite view toggles.
Streamlining External User Access to Power Apps with Azure AD Security Groups
A practical guide to granting guest users from external organizations access to your Power Apps, using Azure Active Directory groups for simplified licensing and permissions management.
Power Apps Containers Unplugged: Designing Without the Drag-and-Drop Hassle
Stop fighting with X and Y coordinates. Learn how vertical, horizontal, and overlay containers can give you pixel-perfect layouts in minutes.
Implementing a Power Platform Service Principal for Reliable Automation
Leverage an Azure AD application to execute flows with elevated permissions and no reliance on individual user accounts.
Multi-Step Data Entry Forms in Power Apps
Break long forms into manageable screens using variables and Patch to submit data across pages.
Mastering Date and Time Calculations in Power Apps
Learn how to handle dates and times effectively in Power Apps with practical examples, from basic functions to time zone conversions.
Mastering Numeric Formulas in Power Apps: A Practical Guide to Math and Stats Functions
From basic arithmetic to variance and standard deviation: learn the essential math and statistical functions in Power Apps with a real-world sales commission example.
Team Co-Authoring for Power Apps Canvas Apps: A Hands-On Walkthrough
Enable your development team to edit the same canvas app at the same time, synchronizing changes through Git version control.
Power Apps Shopping Cart: Build an Interactive Multi-Item Order System
Create a flexible order form that allows users to select items, adjust quantities, and submit a complete order using Power Apps and SharePoint.
Document Signing with Power Apps: Capture Pen Signatures and Store Them in SharePoint
Create a professional signature popup using the Pen Input control and save the result to a SharePoint document library with Power Automate.
Efficiently Count Gallery Rows in Power Apps: The AllItemsCount Property
Learn how to use the AllItemsCount property for fast, client-side row counting and how to handle large datasets properly.
Adding a Free-Form Option to Dropdowns in Power Apps
Extend a combo box with an 'Other' choice that reveals a text input for custom entries, and save the data correctly to your data source.
Power Apps Theming: Build a Consistent UI with a Central Style Collection
Learn how to centralize your app’s color palette, typography, icon set, and control defaults into a reusable style library that keeps every screen on brand.
Creating Dependent Dropdown Menus in Power Apps
Guide to building cascading dropdowns that limit choices based on prior selections, with step-by-step implementation.