Updating Sum Values Fast in 2 Tables

I have 2 tables in a database, one containing rows of transactions with amounts. The other one i want to display the sum of all the transactions, im using a virtual column in the second table with the formula

=SUM(Main[Amount])

However when i add a transaction in Main, it doesnt update the sum instantly even though the table is instantly changed, what can i do to improve this to make it much faster

Thanks

0 5 97
5 REPLIES 5

Do you have Reset on edit set to TRUE?

Screen Shot 2023-06-29 at 12.14.55 AM.png

Its a Virtual Column, I've just accepted its current speed, which isnt slow but not sure if it can be sped up

Are the 2 tables related using a Ref type? (1 to many relationship)

I having the same problem but am using one to many relationship... In a ref type... Any help people

No im not using a Ref type

Top Labels in this Space