Forum Discussion
Anonymous
6 years agoNot applicable
How to calculate row total
Hi All, Here is another issue I am trying to solve. How to calculate this row totals to get the true sum. Appreciate any help. Best regards, Sumit
v-yingjl
Community Support
6 years agoHi Anonymous ,
If you want to calculate sum of each row, you can just create a calculate column like:
Row of sum = [column1] + [column2] + [column3] +... ,
and put them in a table visual, you will get the sum of all row totals when enable totals in the table.
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.