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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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