Forum Discussion

Borjaveiga's avatar
Borjaveiga
Regular Visitor
2 years ago

Problems witha time format measure

Good afternoon to all,

 

Maybe somene could help me out with this problem I am finding.

I created a measure to show time as such 1:02:00 using this DAX

Hours  = FORMAT(time(0,sum('Descargas fichajes'[registered_time_mins]),0),"hh:nn:ss")

the column is a hole number and when I use it in a visual I get this error message 


It's in sapnish but basicaly says that either one part of the TIME function has an error or the result is too big or too small 
it makes no sense since we are talking about 150hours by row if I diplay it in a table with the employee Id as first column in the visual object

Thanks in advanced



8 Replies