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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
dyoung
Frequent Visitor

DataFormat.Error converting number to duration - am I missing something?

Hi there,

 

I have a column in my query editor which is a whole number. The source data is an amount of elapsed time in seconds.

 

I want this column to show days + hours, rather than seconds. My attempts so far have been:

 

Change Type>Duration.

 

But this produces a DataFormat.Error for any numbers above a certain threshold. eg., It can convert 10411192 but not 11842910.

 

Because of this my next two steps will only produce results for 8 digit numbers below a certain threshold.

 

These steps are: Duration>Divide value 86400

 

followed by: Transform>Total Days.

 

Is there something I'm missing on the above? Better yet, is there a smarter way to convert seconds to days + hours in the Query Editor?

 

Thanks in advance,


Dylan

 

 

 

 

1 ACCEPTED SOLUTION
v-ljerr-msft
Employee
Employee

Hi @dyoung,

 

Based on my test, you should be able to simply use the formula below to add a new custom to convert seconds to durations. Smiley Happy

= #duration(0,0,0,[Column1])

r3.PNG

 

Regards

View solution in original post

2 REPLIES 2
v-ljerr-msft
Employee
Employee

Hi @dyoung,

 

Based on my test, you should be able to simply use the formula below to add a new custom to convert seconds to durations. Smiley Happy

= #duration(0,0,0,[Column1])

r3.PNG

 

Regards

Thanks so much for your reply, v-ljerr-msft.

 

Have gone through my data and your formula works a treat.

 

After my original post I'd come up with a different solution based off an old excel forumla I used:

 

= [Column1]/86400 

 

Your forumla produces the exact same result which is great to know. I can sleep easy.

 

Thanks again for helping out.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.