Skip to main content }
Headshot of article author Greg Lindhorst

We are pleased to announce the general availability of open-source Power Fx 1.0. “1.0” means that the language definition is now stable and breaking changes will be managed and communicated. It is now ready for you to integrate in your production work loads. It will be coming to Power Apps later this year.

» Read more
Headshot of article author Greg Lindhorst

Reliable error handling moves to preview for Power Fx and Power Apps. You now have all the tools you need to detect, replace, report, and log errors, including a good default behavior if you never take advantage of these tools. And, bonus, you can also now write blank (or null) values to databases.

» Read more
Headshot of article author Greg Lindhorst

The preview release of Microsoft Power Fx is now available as open source on GitHub  You can now freely integrate this Excel-like, low code programming language in all of your own projects.

» Read more
Headshot of article author Greg Lindhorst

There is a new declarative way to control the first screen shown in a Canvas app: App.StartScreen. It is our first step in providing declarative alternatives for all the things that are done in App.OnStart today. App.OnStart is the source of many app load performance issues as it’s imperative nature prevents many optimizations. Not only that, declarative alternatives are easier to use and less error prone.

» Read more