Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

SUMIF without Filter

Hi good people,

 

Need a help.

 

I have a measure

 

Shift A =
CALCULATE(
    SUM('Database'[Actual Production (Carton)]), FILTER(Database,Database[Shift]="A")   
)
 
I want to SUM [Actual Production (Carton)] where Shift is A but I also want to show all the other rows which does not have any value for Shift A. Currently this measure is filtering and showing only rows which has value for Shift A. How do i do it?

6 Replies