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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Apps
Unanswered

Model driven Apps

(0) ShareShare
ReportReport
Posted on by

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 740 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 342 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard