Dataverse Formula columns (Power Fx)
What is Formula columns ?
The official announcement of the public preview of formula columns in Dataverse was made on September 15, 2021 and was released in general availability in late 2023.
Formula columns are columns that display a calculated value in a Microsoft Dataverse table. Formulas use Power Fx, a powerful but human-friendly programming language. Build a formula in a Dataverse formula column the same way you would build a formula in Microsoft Excel. As you type, Intellisense suggests functions and syntax, and even helps you fix errors.
Formula columns will eventually replace the classic calculated columns feature. You can find an interesting benchmark between calculated field and formula column here.
Create a formula column
- Sign in to Power Apps at https://make.powerapps.com
- Create a new column with Data type = fx Formula
- Enter your formula in the formula box and save
- The formula that you enter determines the column type. You can't change a column type after the column is created. That means you can change the formula after you've created the column only if it doesn't change the column type.

Coming features
New capabilities
Some enhancements will be done to address calculated columns capabilities that aren't currently supported inside the formula columns.
Here are some of the known gaps that formula columns don't support today:
- Creation of currency columns.
- Creation of whole numbers.
- Support for choice columns.
- Ability to change labels for choice columns (other than Yes/No).
- Number of formula columns at the table level.
- Support for floating fields.
Get formula suggestions (preview)
Formula suggestions accepts your natural language input to interpret and suggest a Power Fx formula using GPT-based AI model.
To enabled this feature you must enable the AI suggestions for formula columns environment setting.

Published on:
Learn moreRelated posts
Microsoft 365 & Power Platform Community Call – December 4th, 2025 – Screenshot Summary
Call Highlights SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...
Upcoming Webinar Series: Straight Talk on Power Platform
Forward Forever’s 2026 webinar series, Straight Talk on Power Platform, kicks off in January and we invite you to join us! The series dives in...
Microsoft 365 & Power Platform Call (Microsoft Speakers) – December 2nd, 2025 – Screenshot Summary
Call Highlights SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...
Personal Power Platform Pipelines explained!
Power Platform inventory to include agents, apps, and workflows from Microsoft 365 Copilot, agent flows, and cloud flows
We’ve expanded Power Platform inventory (Public Preview) to include four new resource types, giving admins a single view of resources ac...
Microsoft 365 & Power Platform Community Call – November 27th, 2025 – Screenshot Summary
Call Highlights SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...
Setting up Codex with Power Platform MCP Server
Here's how to first Codex extension in VS Code to Power Platform MCP Server. The post Setting up Codex with Power Platform MCP Server appeared...