Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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!
User | Count |
---|---|
59 | |
59 | |
56 | |
38 | |
29 |
User | Count |
---|---|
80 | |
62 | |
45 | |
40 | |
39 |