Forum Discussion
Anonymous
6 years agoNot applicable
Measure filters
Hi everyone, I'm new with this account because I work at a different company now. I have some experience with Power BI. I made a card with filters which gives me an outcome. I want to calculat...
amitchandak
Super User
6 years agoAnonymous , I doubt the calculation, Correct the syntax at few places. Try
afname aantal =
CALCULATE(
SUM('table'[amount]),
FILTER('table','table'[CallType]="AFNAME" && 'table'[Productcheck]="1" && 'table'[UnitCheck]="1"
&& 'table'[status_contreader] in {"Actief" ,"Leegstand"} && not('table'[STATUS] in {"Geannulr" ,"Gennul"}) && 'table'[status_line] in {"Actief" ,"Leegstand" }))
- Anonymous6 years agoNot applicable
amitchandak sorry for the late reply, I have a seperate 365 account on which I don't receive email, only for power BI, so I didnt see your response. Unfortunately it didnt work, I get the same error. I'm going to look into it some more myself. Maybe I can do it some other way.