microsoft/power-fx

Power Fx low-code programming language

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 20th, 2026
Created on February 23rd, 2021
Open Issues & Pull Requests: 369 (+0)
GitHub issues: Enabled
Number of forks: 358
Total Stargazers: 3,365 (+0)
Total Subscribers: 111 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.1 hours
Mean response time: 18.3 days
90th percentile: 12.0 days
Tracked items: 30

Most active contributors

Sign in to see contributor activity.

How this project is maintained

96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 81% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 64
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 620 days
Stale 30+ days: 63
Stale 90+ days: 63

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • MS_PAD (8)
  • Breaking API (3)
  • good first issue (3)
  • Needs Discussion (2)
  • enhancement (2)
  • Connectors (1)
  • LowCodePlugins (1)
  • REPL (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Power Fx is a low-code programming language based on spreadsheet-like formulas that brings declarative, functional syntax to business logic expression.

Power Fx addresses the need to make programming accessible to non-developers and citizen developers by adopting the familiar formula model from spreadsheets. The language is strongly typed, declarative, and functional, with imperative logic and state management available when needed. It originated in Power Apps canvas apps and is being extracted as a general-purpose language for broader use across the Microsoft Power Platform ecosystem.

The tool suits organizations building low-code applications within the Microsoft Power Platform, particularly teams with business users who understand spreadsheet formulas. It is designed for expressing business logic in a way that feels natural to non-programmers while remaining capable enough for complex scenarios. The project provides multiple packages for different use cases: a core language package, connectors support, JSON handling, an interpreter, and Language Server Protocol support for editor integration.

Development activity shows consistent engagement with the extraction and generalization of the language from its Power Apps origins. The project maintains multiple NuGet packages in active distribution. Documentation is being progressively extracted from Power Apps documentation and generalized for broader audiences. The team provides samples and daily builds alongside released packages, indicating ongoing refinement of the language and tooling.