Recent Posts

Recent Posts

Managed Identity

Managed Identities are the natural evolution of service principals because they completely eliminate the need to manage and store secrets.

Power Platform CICD Evolution

Why CI/CD and ALM? We need CI/CD and ALM in Power Platform to move from ad‑hoc manual exports/imports to predictable, governed delivery.

PowerFx Data Query Grouping

Grouping Example // Does not work ClearCollect( colEmployeesGrouped, ForAll( Distinct(colEmployees, Department), With( { ...

Join Tables in PowerFX

History Back in the old dates, for plugins depend on 3rd party assemblies, we need to do an ILmerge but it will mess up with debugging.

Join Tables in PowerFX

Nested Galleries Multiple Gallery will lead to multiple scrolls in the 2nd level which is nasty.

PCF cheat sheat

Install the PAC CLI Tool Install the PAC CLI tool for both the VS Code and Command Prompt for Windows

PCF Debug

Debug method Debugging with local testing harness npm start or npm start watch