I'm working on a tabular model where there's waiting times in seconds. I've calculated a measure that displays the average waiting time in seconds (10 sec = 10) but how can I show it in (hours) minutes and seconds? The normal number formatting doesn't seem to work ( Normal time formatting "hh:mm:ss" shows "hh:mm:ss" in letters. Even if the seconds are divided with 86400). I can display it in the right format using FORMAT-function but text doesn't work on charts that well...
The tabular model is created in Visual Studio and the measures can be created either in VS or PBI desktop.
The tabular model is created in Visual Studio and the measures can be created either in VS or PBI desktop.