Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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!
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 50 | |
| 34 | |
| 32 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 64 | |
| 64 | |
| 41 | |
| 27 | |
| 24 |