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 Apps
Unanswered

Model driven Apps

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello

I recently started using CDS and Model-Driven apps.

So I have four columns A, B, C, D 

Column A value = 10

Column B value = 5 

Column C value = A + B = 15 

Colum D value = 5% of Column C

 

Please how do I evaluate Column C and Column D on a Dataverse Table?

 

Categories:
I have the same question (0)
  • GarethPrisk Profile Picture
    2,828 on at

    There are a few options here.

     

    You can use a Business Rule.

    https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-create-business-rule

    This has some basic mathematical capabilities, and can sum fields together.

    NOTE:

    • This typically runs on the form itself, but you can/should set it to run at Entity scope (which will let it run on all forms, and on the server for updates/imports)
    • You may need multiple rules, and need to plan correctly to ensure that the rules execute in the correct order

     

    You can define column C and D as calculated fields, to do this automatically.

    https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/define-calculated-fields

    NOTE:

    • There is a limit of the number of calculated fields you can have
    • Calculated fields are read-only, and derived when the field is read (data is not actually stored)
    • Cannot trigger workflows/Flows/etc.

     

    You can use Power Automate to update those fields, with the calculations you discussed. This would mean that you are using regular (non-calculated) fields/columns, which a Flow would set.

    NOTE:

    • Depending on the volume of data, and frequency of changes, then Flow runs may be a problem
    • This is asynchronous, meaning you won't see the fields being calculated and would need to refresh the record after the Flow completed

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard