I have a table looking like the one below. Start Time and End time being measures, and days, hours and minutes being tablecalcs to calculate the time between the start and end times. Im using the diff_days/hours/minutes for this.
Is it possible to create a table calc to calculate the time difference on a dd:hh:mm format? so it would, for this case have an additional column saying 01:01:36 ?
Attempting to create the dimension group type:duration, but continue to get an error that the expression is incomplete. Working on calculating elapsed time between start and end date/time.