Skip to main content
Headshot of article author Greg Lindhorst

Announcing Power Fx integration with Model-driven Power Apps commanding and Dataverse calculated columns and rollups. We have also partnered with Acumatica to evaluate how Power Fx can be leveraged with the low code/no code experience they offer to their customers. And finally we have an update on our planned open source architecture.

» Read more
Headshot of article author Greg Lindhorst

The standard Canvas formula bar is better than ever, including more natural Enter and Tab key behavior and a scrollbar. The previously experimental formula bar is being retired.

» Read more
Headshot of article author Greg Lindhorst

Microsoft Power Fx is the low code language for expressing logic across the Microsoft Power Platform.  It is the same language that is at the heart of Microsoft Power Apps canvas apps today and is inspired by Microsoft Excel.   It enables the full spectrum of development from no code to pro code with no cliffs in between, enabling diverse teams to work together and saving everyone time and money.  We are very excited to bring it to more of the Power Platform and to share it with everyone as open source.  Only through a strong user community can a language grow and flourish.

» Read more
Headshot of article author Greg Lindhorst

Enjoy two new experimental features for formula based components. Behavior properties enable a component to fire a custom event into its container, such as OnChange. Property parameters enable the passing of arguments for a property evaluation, providing our first steps toward formula based user defined functions.

» Read more

Source code files for Canvas apps

Headshot of article author Greg Lindhorst

Imagine using GitHub and Visual Studio Code with the text formulas of a Canvas app.  Teams can collaborate on apps: they can work on private branches, diff changes, create pull requests for review, and merge into master. We are very pleased to announce the experimental release of a tool that enables these modern miracles.  It is but the first step as we make application lifecycle management easier for formulas and Canvas apps.

Read more
Headshot of article author Greg Lindhorst

You can now refer to the whole record in ForAll and other record scope functions with ThisRecord.  You can even name that record with the As operator, allowing you to clarify formulas and work with all the records in nested ForAll and Gallery controls.  And finally, we’ve added Excel’s Sequence function to generate a table containing a sequence of numbers, perfect for iterating a specific number of times with ForAll.

» Read more
Headshot of article author Greg Lindhorst

You can now set the timeout for the Notify function, controlling how long the banner appears, from 1 millisecond to infinity. And you can now sign out the current user with the Exit function, important in situations were devices are shared such as health care.

» Read more
Headshot of article author Greg Lindhorst

You now have a new tool to better understand, debug, and improve your apps.  Similar to a network trace, Monitor provides a running list of all the activity within your app.   You can examine what data requests are made from your app, how long they took, how much data was returned, and which resulted in an error. 

» Read more