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
slounsbury
Helper II
Helper II

Convert Column from Minutes to Hours

Hi All,

 

I have a column that I created through a mesuare that add two columns but it is in minutes instead of hours which I need for comparision reasons. I found several different ways to do this on the forum but was confused on how to actually impliment it.

 

Here is what I am wanting to do. The column in bold is what I am hoping to accomplish.

 

v_rpt_service Table

 

ART_Resolved_ActualART_Resolved_Actual_Hour
0 0
3005
1121.86
2564.26
85414.23
420.71

 

Thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Divide ART_Resolved_Actual by 60.

 

ART_Resolved_Actual_Hour=ART_Resolved_Actual/60.

 

Am i missing something here , looks so simple 🙂

 

Thanks

Raj

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Divide ART_Resolved_Actual by 60.

 

ART_Resolved_Actual_Hour=ART_Resolved_Actual/60.

 

Am i missing something here , looks so simple 🙂

 

Thanks

Raj

What I ended up having to do was dividing both columns by 60 that were used to create the calculated column (ART_Resolved_Actual) and then re-add them which worked.

Unfortunatly It doesn't appear to be that simple. I also ran the forumla you posted with the same result.

 

Capture.PNG

Anonymous
Not applicable

How ART_Resolved_Actual is being calculated ?

 

Thanks
Raj

ART_Resolved_Actual = CALCULATE(SUM(v_rpt_Service[Minutes_Waiting])+SUM(v_rpt_Service[Resolved_Minutes]))

 

Thanks!

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.