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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
AI14
Helper III
Helper III

time difference between static time and now time

Hi

 

i have a static start time of 05:30 and i want a measure to count the hours from then (actual)

 

ege

 

if the time is 1030 (5 hours difference) i want it to return 5

 

and if the now time is 11:44 i want it to calculate the correct difference

 

thanks

1 REPLY 1
FreemanZ
Super User
Super User

hi @AI14 

not sure if i fully get you, you may try to create a calculated column like this:

Duration = 
DATEDIFF(
    TIME(5,0,0),
    [Time],
    HOUR
)

 

it worked like:

FreemanZ_0-1674563818357.png

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.