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 description, i create a sample to test:
Then try these two columns:
MINUIT = DATEDIFF('Table'[FRE_Time],'Table'[FRE_Time-LIAISON]+TIME(0,0,0)+1,SECOND)/60MATIN = DATEDIFF('Table'[FRE_NextTime-Copier]+'Table'[FRE_NextTime],'Table'[FRE_NextTime-Copier]+TIME(0,0,0)+1,SECOND)/60The result shows:
Here is my test pbix file:
Hope this helps.
Best Regards,
Giotto Zhi
Anonymous
6 years agoNot applicable
But i still need to associate for example, the MATIN's value (1076,28) to the right date (February 9) when i filter by date.
the problem here, is when I select a date ( February 😎 i have to see all the MINUIT's value and for ( February 9) all the MATIN's value because of is after the midnight and it belong to the next day of 8.
Thanks,