Forum Discussion

cj_oat's avatar
cj_oat
Helper I
1 year ago

Value missing from Matrix table after using SUMX

Hi guys,   I'm trying to create Measure to count other Measure based on conditions below,   Qualified Flag Count = VAR _ActiveFlag = if ([ActiveFlag]>0 , 1 , BLANK()) VAR _SalesInv = if ([Cum...