Forum Discussion
BenWyxell
2 years agoNew Member
Display waiting time (Duration)
Hello! I would like to ask for help on how I can visualize duration in Power BI. What I would like to see, in minutes and seconds format, is the wait times broken down by month. I have this data a...
ppm1
2 years agoSolution Sage
Please see this article. Keep your duration as a decimal (in days), so you can do aggregations (sum, avg) and use it in visuals, but then display it how you want (in tooltips, measure-driven data labels).
Calculate and Format Durations in DAX – Hoosier BI
Pat