Hi people;
I have a table with hours:
When i tried to import this table from powerquery, i get error, even if if change the type to duration:
It puts the date like this:
when i click on Error: it says:
DataFormat.Error: We couldn't convert to Duration.
Details:
31/12/1899 20:00:00
Thank you
Regards
I have a table with hours:
When i tried to import this table from powerquery, i get error, even if if change the type to duration:
It puts the date like this:
Power Query:
= Table.TransformColumnTypes(#"Promoted Headers",{{"horas gastas", type duration}})
when i click on Error: it says:
DataFormat.Error: We couldn't convert to Duration.
Details:
31/12/1899 20:00:00
Thank you
Regards