Forum Discussion
Chitemerere
6 years agoResponsive Resident
Sum of Rows in a Table with Calculated Columns
I have the following table with calculated columns: How do i get the row Totals for each Country? Regards, Chris
- 6 years ago
Welcome,
So you either Add a new column in your table like this
Or a measure like this (to save room in your Table or Model)
Hope i was on traget.
aj1973
6 years agoCommunity Champion
Welcome,
So you either Add a new column in your table like this
Or a measure like this (to save room in your Table or Model)
Hope i was on traget.
Chitemerere
6 years agoResponsive Resident
Many thanks, that is the right direction. I changed it slightly to the following:
Total Equipment =
SUMX(Table, [Analytical Balances] + [Dissolution Testers] + [FTIRs] + [Number of GCs] + [Number of HPLCs])
Regards,
Chris