I guess I'm really asking about using the Power FX formulas in a calculated field (in preview).
I have two Dataverse tables. One is called "payments" and within this table, it has a column called "amount," recording payments, of a currency type, and a second lookup column which designates a "project" from the second Dataverse table. This second table, "projects," is related to payments as a 1*N.
Is it possible within the "projects" Table to create a calculated column "total paid," which would sum all the related "amount" records from the "payments" table?