Forum Discussion
Anonymous
7 years agoNot applicable
Need help calculating time difference between two dates in different tables using the relationship
Hello Guys, I have one problem where I want to calculate time difference for two date columns. Problem is that both the columns are in different tables and for some odd reason Related() funct...
- 7 years ago
Check out tables 9 and 10 of the attached file.
Difference = DATEDIFF(MAXX(FILTER('Table10','Table10'[ImageID]=Table9[ImageID]),[SubmissionDate]),[Created],DAY)
Greg_Deckler
7 years agoCommunity Champion
Check out tables 9 and 10 of the attached file.
Difference = DATEDIFF(MAXX(FILTER('Table10','Table10'[ImageID]=Table9[ImageID]),[SubmissionDate]),[Created],DAY)