Forum Discussion

pang22's avatar
pang22
Icon for Helper III rankHelper III
2 years ago

Sum qty from 2 matrix

Hello,

I have 2 matrix A & B in report view. Which A and B are created by other measures.

Matrix A PINK column measure:
PINK A = CALCULATE(SUM('Combine data'[Projection Qty])*9.56, FILTER('Combine data', 'Combine data'[Brand] = "PINK"))

Matrix B PINK column measure: 

PINK B = CALCULATE(SUM('Combine data'[Projection Qty])*2.43, FILTER('Combine data', 'Combine data'[Brand] = "PINK"))

 

I want to create a new measure to sum the A & B value (e.g. 88745+426814.92) . 

I use Sum Pink A & B = [PINK A] + [PINK B]

to write the measure but the total is not correct. How to write the measure?

Thanks.

 

 

 

2 Replies