Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

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...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    1 year ago

    Hi,

    Try this measure

    Measure = SUMX(GENERATE(ALL('rows'[id]),ALL('columns'[id])),[covariance])

    Hope this helps.