I have a situation where I have a simple measure which gets the average of a column in a dimension. The column contains data in seconds. I need to format the measure in a way that show something along the lines of 00:00:00 ( Hour:Minute:Second). The existing measure is below. Appreciate any help.
**Measure**
Average:= Average(ColumnName)