Forum Discussion
Anonymous
1 year agoNot applicable
Summing a measure
Hi, I have followed the guidance raised in this post to create a measure that calculates the covariance using the volatility and correlation tables. If for some apparent reason I need to su...
- 1 year ago
Hi,
Try this measure
Measure = SUMX(GENERATE(ALL('rows'[id]),ALL('columns'[id])),[covariance])Hope this helps.
danextian
Super User
1 year agoHi Anonymous
What is a 1x1 value? The value in the card alreay appears to be the total of individual cells in your matrix.
Anonymous
1 year agoNot applicable
The value of 2.38% is hardcoded (as a measure). I wish to sum up the values in the matrix using a measure to get that value at the end of the day.