Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |