Forum Discussion
AOD
6 years agoHelper III
Calculate time difference between 2 date fields from separate source tables.
Hi , I want help in DAX for calculating time difference between 2 date fields from separate source tables. Fullname is the comman field between both the tables , Refferal sent and Out...
Anonymous
6 years agoNot applicable
Hi AOD ,
Try creating a Column in the main table.
Column = DATEDIFF( 'Table'[Referal Sent], RELATED('Table' [Outcome Created]), DAY)
Regards,
Harsh Nathani