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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

How to calculate Decimal number to hours minutes seconds format

Hi everyone, 

Please could i get help to calculate decimal number to hh:mm:ss format. 

 

I've included sample data as well as the output required. 

Expected output

Screenshot 2021-11-22 173129.png

Calculated Datacard

Screenshot 2021-11-22 173044.png

Thanks

Vilas

Need Help

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks Surya

it will working fine

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@VILAS 
I am using measure to get the expected output
where table[TVT] is the column contains total view time in sec 

time =
var a = SUM('Table'[TVT])  // calculating total view time
var b = MOD(a,60)
var c = QUOTIENT(a,60)
return c & "m " & b & "s"

Surya9_0-1637585614973.png

 

Anonymous
Not applicable

Thanks Surya

it will working fine

Anonymous
Not applicable

@Anonymous Please mark this as a solution

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.