web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Solution Git integrati...
Power Apps
Suggested Answer

Solution Git integration does not sync PowerFx formula columns

(0) ShareShare
ReportReport
Posted on by
I have a Power Platform solution in which I have created a custom Entity with a calculated column using a PowerFx Formula.
 
I have now connected the solution to an Azure DevOps Git repository using the built-in Git integration in Power Platform.
 
When I create a commit with the contents of my solution, Power Platform does create the required YAML files for the entity and its columns. The column metadata even identifies the column as a calculated column and refers to a file path for the formula definition. However, the file path containing the PowerFx formula has not been synced to the repository.
 
When attempting to synchronize the solution from Git in another environment, the pull fails, because the column formula is missing.
 
And even if you create and commit a formula definition file like the one created when you unpack the solution using the pac CLI, the pull using the Git integration still fails.
Categories:
I have the same question (0)
  • Suggested answer
    Sunil Kumar Pashikanti Profile Picture
    2,318 Moderator on at
     
    Dataverse Git integration commits your column metadata (including a path to the formula), but doesn’t push the actual Power Fx formula YAML, so pulls fail with “missing formula file.” This is a current limitation of the native Git feature.
     
    The Issue: Native portal commits capture the column definition but omit the Power Fx logic files, breaking solution integrity in Git.
    The Workaround: Use the PAC CLI (pac solution clone/sync) or Azure DevOps/GitHub Actions. These tools use a more robust packaging engine that correctly handles the /Formulas/*.yaml structure.
    Recommendation: If your solution contains Power Fx formula columns, avoid the "Commit" button in the Maker Portal. Stick to VS Code or CLI-based ALM until the feature reaches General Availability with full parity.
     
     
    ✅ If this answer helped resolve your issue, please mark it as Accepted so it can help others with the same problem.
    👍 Feel free to Like the post if you found it useful.
     
     
     
     
     
     
     
     
  • Suggested answer
    11manish Profile Picture
    3,333 on at
    This is a platform limitation — Git integration currently does NOT sync Power Fx formula files for calculated columns
    • Use PAC CLI (Solution Packager) for reliable ALM and source control
    pac solution export --path ./solution.zip --managed false
    pac solution unpack --zipfile ./solution.zip --folder ./src
     
    Use Hybrid Approach :
     
    Git integration → for quick ALM
    PAC CLI → for source control correctness
    • Store unpacked solution in repo
    • Use pipelines for deployment

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard