Forum Discussion
AI14
3 years agoHelper III
if statement time
Hi
my measure doesnt seem to work. i want to show a 1 if the task duration is less than the clean sla.
Task duarion is a measure that does outbound_st - sta & Clean SLA is a column i manually added times for each reg.
test01 =
IF( [TaskDuration] < SUMX(clean,clean[Clean SLA]),1)