The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I currently am automatically importing an excel worksheet into PowerBi and one column is imported as a text with a format of 00:00:00 (hours:minutes:seconds). When I Transform the Data Type to Duration anything over 24 hours (example: 33:30:30) shows an "Error". This should reflect 1.09:30:30. Ultimate goal is to do an analysis on the sum of duration based on type.
Solved! Go to Solution.
Hi @blens1
try to create a custom column
= #duration(0, Number.FromText(Text.Start([Column1], 2)), Number.FromText(Text.Middle([Column1], 3,2)), Number.FromText(Text.End([Column1], 2)))
User | Count |
---|---|
78 | |
73 | |
38 | |
30 | |
28 |
User | Count |
---|---|
107 | |
100 | |
55 | |
49 | |
45 |