March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
94 | |
86 | |
84 | |
76 | |
49 |
User | Count |
---|---|
160 | |
144 | |
103 | |
74 | |
57 |