masterelaichi
New Member
- Joined
- Sep 29, 2014
- Messages
- 49
Hi,
I wasn't able to find a thread on this topic so I thought I will go ahead and post one
I am trying to calculate the time elapsed between two timestamps in Power Query and Power Pivot. I need to see the result in minutes and extend it to hours if possible
Basically, I have a table which has two columns, Outage Start and Outage End. The values for these columns are of the format dd/mm/yyyy hh:min:sec AM/PM. For instance:
Outage Start: 24/11/2015 7:25:32 AM
Outage End : 24/11/2015 9:25:32 AM
I need to find the time elapsed between these two dates. I tried doing this through Power Query by creating a new custom column and then [Outage End-Outage Start], finally transforming it to a Duraration of type Minutes
The new custom column returns data in the format 00:4:40, for example. However, when I try converting this to minutes I get unexpected results. For example, for a time elapsed of say, 4hours, it doesn't give me the expected result of 240 minutes
Is there a way to do this in Power Query and also Power Pivot?
Thanks
I wasn't able to find a thread on this topic so I thought I will go ahead and post one
I am trying to calculate the time elapsed between two timestamps in Power Query and Power Pivot. I need to see the result in minutes and extend it to hours if possible
Basically, I have a table which has two columns, Outage Start and Outage End. The values for these columns are of the format dd/mm/yyyy hh:min:sec AM/PM. For instance:
Outage Start: 24/11/2015 7:25:32 AM
Outage End : 24/11/2015 9:25:32 AM
I need to find the time elapsed between these two dates. I tried doing this through Power Query by creating a new custom column and then [Outage End-Outage Start], finally transforming it to a Duraration of type Minutes
The new custom column returns data in the format 00:4:40, for example. However, when I try converting this to minutes I get unexpected results. For example, for a time elapsed of say, 4hours, it doesn't give me the expected result of 240 minutes
Is there a way to do this in Power Query and also Power Pivot?
Thanks