Forum Discussion
Kees
4 years agoHelper I
Conditional Look Up / Search Date in other table
Hi, I have tried several functions, lookupvalue, Max, Maxx and other options suggeted in this forum, but I seem not be able to find the right solution. In regard to the below screenshot: I...
- 4 years ago
Found via coworker the soution.
Create a Measure, content;
Last CO Prod Del Date = Calculate(LASTDATE(CO[CO Prod Delivery Date]),KEEPFILTERS(WO))That did the trick
Kees
4 years agoHelper I
Found via coworker the soution.
Create a Measure, content;
Last CO Prod Del Date = Calculate(
LASTDATE(CO[CO Prod Delivery Date]),
KEEPFILTERS(WO)
)
That did the trick