у меня есть таблица с этими столбцамия могу сделать условие if, которое дает вывод
1- if shipped_date = null and promise_date < today's date then "yes"
2- if shipped_date = null and promise_date >= today's date then "no"
Я пытался написать код Dax, но у меня получилось другое условие, когдаshipped_date имеет значение, а обещание_даты не является сегодняшней датой
if [JC_ShippedDate] < [PromiseDate] then "Completed early"
else if [JC_ShippedDate] > [PromiseDate] then "Completed behind schedule"
else if [JC_ShippedDate] = [PromiseDate] then "Completed on time" else "open"
ошибка
Expression.Error: We cannot convert the value null to type Logical.
Details:
Value=
Type=Type