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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
WmUit
Frequent Visitor

How to get Data type text, to Data type time to calculate total duration per event

Hello Community,

I am making calculations about the duration of multiple events, that's has been calculated with help from an earlier discussion, but the given data is in data type ''text'',  which makes it impossible to calculate the total duration per event (I think it needs to be data type ''time'' to make any calculations). The table is shown below.

 

I made calculations to get the duration when an events starts (gekomen) and when an events ends (gegaan), that duration is per event_ID. I want to know what the total duration per event_ID is. (the ''Calculated Column Duration'' in data type: Text, which makes it hard to make any calculations)

 

My question is, is there an methode to transform this ''Text'' data to''Time'' data (calculated column duration-->Duration in Time column(Data type: Time in minutes)

WmUit_0-1616072845968.png

Greetings,

Wmuit

 

3 REPLIES 3
Anonymous
Not applicable

@WmUit 

 

Use Power Query to do this. I think there is a datatype in M that is called duration and such things like 60:12 can be easily converted to duration. You can add and subtract durations and they will behave as you'd like them to.

amitchandak
Super User
Super User

@WmUit , Are you able to change the data type in column properties to datetime or time ? If not what is the error ?

 

how to handle Duration, refer
https://radacad.com/calculate-duration-in-days-hours-minutes-and-seconds-dynamically-in-power-bi-usi...
https://social.technet.microsoft.com/wiki/contents/articles/33644.powerbi-aggregating-durationtime-i...
https://www.pbiusergroup.com/communities/community-home/digestviewer/viewthread?GroupId=547&MessageK...
https://community.powerbi.com/t5/Quick-Measures-Gallery/Chelsie-Eiden-s-Duration/m-p/793639#M389

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Hello @amitchandak, I can't convert values above 24:00, (the error is: cannot convert value 52:32:00 of type text to type Date.) Is it possible to filter everything above 24:00h, because there are 7 values above 24h and those values are to high to take in my calculations, so its fine if these values are filtered out and then the data type can be change to time.

 

Many thanks for you effort!

 

Greetings Wmuit

 

 

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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

Top Solution Authors