The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello, I have this field in a Query
I am trying to convert it to duration using the following function:
#"Added Custom" = Table.AddColumn(#"Added Conditional Column", "aggregatetimespent_", each try #duration(0,0,0,[aggregatetimespent]) otherwise ""), |
The result is this:
But I know that the result must be : 02:05:15 (DD:HH:MM:)
Any ideas how can I change the function to have the correct value ?
Thanks
Solved! Go to Solution.
I discovered that days are working days so 1 day = 8 hours..
Thanks anyway!
I discovered that days are working days so 1 day = 8 hours..
Thanks anyway!