Create one calculated field by adding all rows of one column in a table

I have a percentage column in a table. I have to add all the rows of this percentage column and display it in the home screen of the app. It has to update whenever a new row gets added in the table. How to add this field? 

0 1 52
1 REPLY 1

Sounds like you could make a show type virtual column and then use the expression SUM(Table Name[Percentage Column])

Top Labels in this Space