Forum Discussion

Ronning's avatar
Ronning
Frequent Visitor
4 years ago
Solved

Subtracting two date columns in two different tables

Hi, I have a problem with subtracting two date columns from different tables.  I have tried this.       DATEDIFF(  SUM( 'Table' [Column] ) , SUM( 'Table' [Column]) , DAY ). But when i drag this mea...
  • Ronning's avatar
    Ronning
    4 years ago

    I found out the problem... It was just to change SUM to MAX.