Thank you for taking the time to look at my question.
DAX doesn't allow for durational values, so in order to work out an average value for a list of durational values, I've split the durations into their component 'Hour', 'Minute' and 'Second' values. Each of these have then been averaged and then concatenated as something of a workaround.
Here's the confusion:
In Excel, when I divide the duration-in-seconds value by 86400 (and consequently format in [h]:mm:ss), the individual values tally up precisely (e.g. 10:49:12 is derived from the duration-in-seconds value and the individual 'Hour', 'Minute' and 'Second' values match - 10, 49 and 12 respectively) - yet when I average the duration-in-seconds column, I receive a different value to that of averaging the component time values and concatenating them (separated by a colon).
I'm sure that this will be something really simple, so I'm hoping that one of the great minds on here will be able to put me out of my misery and provide a concise explanation...it's all too much for my tiny mind as it is; sleep deprivation notwithstanding!
Thank you very much in advance,
Rob