Forum Discussion
Ad_456
3 years agoFrequent Visitor
Lookupvalue with a datevalue zero
Hello, I have a table (smax_ServiceLevelTarget) where I want to lookup a value, where a datefield is zero (empty) : The next statements gives no result: LOOKUPVALUE( smax_ServiceLe...
- 3 years ago
Hello,
You could try this
Measure = IF(MIN('Date'[Date] = BLANK(),smax_ServiceLevelTarget[Value])If I answered your question, please mark my post as solution, Appreciate your Kudos!
Idrissshatila
3 years agoSuper User
Hello,
You could try this
Measure = IF(MIN('Date'[Date] = BLANK(),smax_ServiceLevelTarget[Value])
If I answered your question, please mark my post as solution, Appreciate your Kudos!