Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I have a Data on Google sheet which is in Duration Format and when I link this sheet with Power Bi Data Source it is reflecting in Time Format AM/PM
I would really appreciate if anyone can please me show the same duration as it is in my data sheet.
PFB Screenshot for your refrenec.
Thanks.
Solved! Go to Solution.
@Shayz2402 you can PM me and we could do a quick zoom to look together if you want. Hard to see from the sceenshots
@ this is the code:
Five 9 Total =
VAR _value = SUM(Sheet7[Five 9 Login TIme])
VAR _hours = DATEDIFF(DATE(1899,12,30),_value,DAY) * 24 + HOUR(_value)
VAR _minutes = MINUTE(_value)
VAR _seconds = SECOND(_value)
RETURN
_hours & ":" & _minutes & ":" & _seconds
Request everyone to please Help me.
@ this is the code:
Five 9 Total =
VAR _value = SUM(Sheet7[Five 9 Login TIme])
VAR _hours = DATEDIFF(DATE(1899,12,30),_value,DAY) * 24 + HOUR(_value)
VAR _minutes = MINUTE(_value)
VAR _seconds = SECOND(_value)
RETURN
_hours & ":" & _minutes & ":" & _seconds
Thanks a lots @SpartaBI You are an very knowlagable and amazing Person. You safe my day and also it means a lot to me.
Thanks a Lot and Much appreciated your help and support.
Looking forward to work with you.
@Shayz2402 you can PM me and we could do a quick zoom to look together if you want. Hard to see from the sceenshots
Hi @SpartaBI Thanks for your reply. Can you please confirm your availablity for today to connect on Zoom.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.