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.
Hi, I am relatively new to Power BI and am trying to convert two data types from one column to one. I have a column called ACD Time and some of the values are in time format(hh:mm:ss) and some of it has been converted to decimal numbers at the source. When I try to convert this column into time format, the decimal numbers are formatted correctly, but I am getting an error for values in (hh:mm:ss) format. Is there a way to compete this formatting process for all values.
and after formatting these are the errors
Solved! Go to Solution.
@Anonymous
Click on custom Column and add the following code
try Time.From(Number.From([123 AUX Time])) otherwise Time.From([123 AUX Time])
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Thanks, It worked.
@Anonymous
Click on custom Column and add the following code
try Time.From(Number.From([123 AUX Time])) otherwise Time.From([123 AUX Time])
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
26 |
User | Count |
---|---|
97 | |
87 | |
43 | |
40 | |
35 |