Difference between revisions of "Power Fx"
Jump to navigation
Jump to search
(Created page with "{{Infobox features |title = Power Fx |usecases = Create logic for Canvas apps (in the future also for other parts of Power Platform) |publicpreview = |generalavailability =...") |
|||
Line 1: | Line 1: | ||
{{Infobox features | {{Infobox features | ||
|title = Power Fx | |title = Power Fx | ||
− | |usecases = Create logic for Canvas apps | + | |usecases = Create logic for different parts of Power Platform (Canvas apps today, in the future also for other parts of Power Platform) |
|publicpreview = | |publicpreview = | ||
|generalavailability = | |generalavailability = | ||
|msdocs = [https://docs.microsoft.com/en-us/power-platform/power-fx/overview/?WT.mc_id=DX-MVP-5003780 Power Fx Startpage] | |msdocs = [https://docs.microsoft.com/en-us/power-platform/power-fx/overview/?WT.mc_id=DX-MVP-5003780 Power Fx Startpage] | ||
− | |mslearn = | + | |mslearn = |
}} | }} | ||
Revision as of 09:09, 12 March 2021
Power Fx
Use Cases | Create logic for different parts of Power Platform (Canvas apps today, in the future also for other parts of Power Platform) |
---|---|
Public preview | |
General availability | |
MS Docs | Power Fx Startpage |
MS Learn |
Microsoft Power Fx is the low code language for expressing logic across Power Platform.
It is open source and is found on GitHub: https://github.com/microsoft/Power-Fx
History
These expressions have been used within Power Apps canvas apps. During Microsoft Ignite March 2021 these expressions got a name Power Fx. Power Fx was announced as a new language and a roadmap describing how Power Fx will be used in other parts of Power Platform in the future was presented.
Community Resources
Why does low-code need a programming language like Power Fx? by Jukka Niiranen
Microsoft Resources
- What is Power Fx? Power Apps blog 2021-03-02
- Introducing Microsoft Power Fx: the low-code programming language for everyone Power Apps blog 2021-03-02
- Power Fx in MS Docs
- Power Fx on GitHub