Forum Discussion
Anonymous
7 years agoNot applicable
Date diff function is not recognising the date columns from the table
- 7 years ago
Hi Anonymous ,
One sample for your reference.
DURATION = DATEDIFF ( MAX ( 'Table'[sai_startdate] ), MAX ( 'Table'[sai_duedate] ), DAY )
Anonymous
7 years agoNot applicable
Thanks Steve , I want to apply it on row level . Will this work ?
v-frfei-msft
7 years agoCommunity Support
Hi Anonymous ,
One sample for your reference.
DURATION = DATEDIFF ( MAX ( 'Table'[sai_startdate] ), MAX ( 'Table'[sai_duedate] ), DAY )