Forum Discussion
JamieMcConaghy
1 year agoNew Member
Combining two columns in a table/matrix visual
I have a table that shows two columns of values (Initial Cost and Access Cost): one caluclated by a SUMX measure, and one just summing straight from the source data. Each column is empty when the oth...
- 1 year ago
JamieMcConaghy , Which one?
New measure = ([Intial Cost])+Sum(Table [Access Cost])
amitchandak
Super User
1 year agoJamieMcConaghy , Which one?
New measure = ([Intial Cost])+Sum(Table [Access Cost])
JamieMcConaghy
1 year agoNew Member
Ah okay, that all looks good now. Thanks.