Forum Discussion
davidsimm10
5 years agoFrequent Visitor
Sum error
DaysAbove = what-if parameter I have a tabular table with Date and CountID and a DaysWhereFlag. (If the count of that ID goes over the 'DaysAbove') DaysWhereFlag = IF(COUNT(BedModelData[Pa...
Anonymous
5 years agoNot applicable
Hi davidsimm10
now use the formula;
Calculate(Sum(DaysWhereFlags),Filter(TableName, (BedModelData[PatientMeditechID]) > ('tbl_DaysAbove'[DaysAboveValue]))
davidsimm10
5 years agoFrequent Visitor
Thats the same answer you said last time so no, it still doesnt work im afraid