Unable to solve the Average days issue using DAX. Here is the example.
Is there a way to solve this using DAX?
? Average days between Registration Date and Start Date (For all user IDs the difference between Start Date minus Registration Date.
DATEADD( LASTDATE([Start Date]), DATEDIFF( LASTDATE([Start Date]), LASTDATE([Registration Date]), DAY )/2, DAY )