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
p_fehrenbach
Frequent Visitor

Difference between two columns (date & time)

Hello togehter,

 

is there a way to calculate the difference in hour + / - between two columns?

I have  column with Date / Time where the ticket is opend, the second columune include the Date / Time SLA.

So I need the difference, if the SLA is fall belows or they is exceeded.

 

Many thanks for help.

 

Unbenannt.PNG

1 ACCEPTED SOLUTION
3 REPLIES 3
speedramps
Super User
Super User

HI p_fehrenbach 

 

Please consider using this solution in the M query .....

 

Define both the sla duration and actual duration with date time data types.

 

Add a column with Difference = sla duration - actual duration

Transform the Difference data type to minutes

Filter where the Difference  < 0

 

@speedramps 

 

Many thanks for the answer. I had already tried that. unfortunately power query changes the type when I load the data into the model, from time to decimal. If I put the data back in time in the model, all decimal numbers are positive.

 

(The negativ value in this scenario is good one)

 

For Example in the last Row:

 

 

 

We finished te ticket at the 22.10.2019 16:30:00

It could have been closed until 23.10.2019 12:40.

The Result is + 20:10:00 hours.

The Result have to be - 20:10:00 hours.

 

 

Unbenannt.PNG

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