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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Calculating time difference

I have the following table:

Capture.PNG

I want to add a column that calculates the time difference in hours between each consecutive Updated Date column.

How do I do that?

 

 

5 REPLIES 5
v-yanjiang-msft
Community Support
Community Support

Hi @Anonymous ,

I revised the previous reply, you can refer to it.

Best Regards,
Community Support Team _ kalyj

v-yanjiang-msft
Community Support
Community Support

Hi @Anonymous ,

According to your description, heres my solution.

1.Create a calculated column by the rank of UpdatedDate.

RANK = RANKX('Table','Table'[UpdatedDate],,ASC,Dense)

 

2.Calculates the time difference.

vkalyjmsft_0-1635756408293.png

3.You can also use a card visual to display the sum of time difference.

vkalyjmsft_0-1635832393101.png

 

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

@StenbergAleksi 

How can the rankvalue be -1??

Hello @Anonymous ,

 

First create the order with RANKX and then you can do datediff where you filter the second time value rankvalue is  -1

Anonymous
Not applicable

Hey @StenbergAleksi 

 

I actually want the Sum of all those differences of consecutive rows in a measure to display in a card visual.

How do I do the same?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors