Forum Discussion

htsvhwave's avatar
htsvhwave
Icon for Helper II rankHelper II
2 years ago

Dax calculation needs to return a value in another column

Hi I have the following measure where i have calculated the oldest case with a caseworker:     CALCULATE(         MIN(WZdatafeed[Created date]),         NOT ISBLANK(WZdatafeed[caseworker]),     ...