Forum Discussion
Nathanael04
3 years agoFrequent Visitor
Dax Messure Error
Hi, made this DAX ne messure and it give me this error.
Dispatch Status =
SWITCH(
TRUE(),
[order_estimated_delivery_date] - [order_delivered_carrier_date] >= 5, "On Time",
[order_estimated_delivery_date] - [order_delivered_carrier_date] < 0, "Late Dispatch",
"Disputable"
)
and it give me this error.
"The value for 'order_estimated_delivery_date' cannot be determined. Either the column doesn't exist,"
"The value for 'order_estimated_delivery_date' cannot be determined. Either the column doesn't exist,"
anyone can me any insite for this. thank you
hi Nathanael04
your code is good for adding a calculated column, not good for a measure.
p.s. please consider @ someone, if you seek further suggestions.
3 Replies
- FreemanZSuper User
- Nathanael04Frequent Visitor
column
- FreemanZSuper User
hi Nathanael04
your code is good for adding a calculated column, not good for a measure.
p.s. please consider @ someone, if you seek further suggestions.