Forum Discussion
Sowparni
4 years agoFrequent Visitor
Issue with Duration datatype
I have a table in Power BI desktop where the Time on Page shows a duration as 00:43:18, which means 43 mins and 18 seconds on a particluar page. But when I publish the report to Power BI online, the...
v-chenwuz-msft
4 years agoCommunity Support
Hi Sowparni ,
I have test this and it works fine for me.
What's the mode of you data model? Direct Qurey or import?
Have you try other broswers?
Or
You can try DAX expression:
Format([Time on page], "hh:nn:ss")
https://docs.microsoft.com/en-us/dax/format-function-dax#predefined-datetime-formats
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.