Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Sum true value in dax

Hello All,

 

I have field where its having values true / false.

I need to sum if we have value true.

 

So I created a column like below and after that create a measure to sum this but not working.

 

X= IF('Table'[Breached?]=TRUE,1,0)
 
Measure = sum(X)

 

Any help please

 

1 Reply