Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
cumoczar
Microsoft Employee
Microsoft Employee

Displaying time in a Table

I have a column that is a duration in a time format, yet when I add to a table it shows as a decimal.  For example, when looking in the query, the following value:  

0.03:23:02.4000000

 

Is displayed as:  3.38 ... I would like it displayed as 3:23 ... any help?  Thanks!

1 ACCEPTED SOLUTION
v-eachen-msft
Community Support
Community Support

Hi @cumoczar ,

 

Duration represents a length of time. It’s converted into a Decimal Number Type when loaded into the model. It is as designed according to this document.

If you only want to show duration of time in a Table report, I think the easiest way is to change the Data Type from “Duration” to “Text” as below. Then it will keep the type as "Text" and can be showed correctly.

3-1.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

2 REPLIES 2
v-eachen-msft
Community Support
Community Support

Hi @cumoczar ,

 

Duration represents a length of time. It’s converted into a Decimal Number Type when loaded into the model. It is as designed according to this document.

If you only want to show duration of time in a Table report, I think the easiest way is to change the Data Type from “Duration” to “Text” as below. Then it will keep the type as "Text" and can be showed correctly.

3-1.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

Hi @v-eachen-msft  - thanks for the suggestion, that did the trick!

 

-Curt

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors