Forum Discussion
Anonymous
6 years agoNot applicable
Associate a value to a specific date
Hi everyone, Please I need your help, I'm calculating the time past by day, on this example the FRE_NextTime finished on the next day, then i calculate MINUIT that mean from FRE_Time...
v-gizhi-msft
6 years agoCommunity Support
Hi,
According to your posted screenshot, please try this column:
Time =
IF (
'TBL_RESULTS'[MINUIT] <> BLANK (),
'TBL_RESULTS'[MINUIT],
'TBL_RESULTS'[CYCLE]
)
Best Regards,
Giotto
Anonymous
6 years agoNot applicable
Hi,
What about MATIN status?
Tks,