Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I have date time format [h]:mm:ss in excel file. When I import that file it automatically convert to 01/01/1900 05:28:10 AM rather than showing the same format I have in excel. I belive this is because in excel I converted custom format to "[h]:mm:ss" but in Power BI custom format for [h] for more than 24 hour is not supported or available.
I want to ask this question from genious here, Do we have any other option to import over 24 h:mm:ss format for e.g 50:24:20 in power query editor.
In the end I need seconds but I am not sure if I cannot split hour:minute:second into correct format how it will be possible.
Thanks.
Solved! Go to Solution.
Excel stores durations as days and fractions of a day. You can set the cell format to show hours:minutes:seconds.fractions_of_seconds. However, you cannot change what you see in the formula bar if the cell is formatted as [h]:mm:ss.000
In Power Query, hours > 24 will be shown as Days in the duration typed column.
In Power BI, duration will be shown as a decimal number.
Neither will show the [h]:mm:ss format you can see in an Excel cell.
If that is an absolute requirement, you could construct a text string, I suppose.
Thank you @Greg_Deckler , I converted this to duration but issue is duration can only show up to 24 hour time if I have more than 24 hours in h:mm:ss format it gives me the incorrect hour duration. Would there be any other alternative to convert into second in excel or somewhere else. as in excel it also show me the date time format when I double click on cell in excel.
Excel stores durations as days and fractions of a day. You can set the cell format to show hours:minutes:seconds.fractions_of_seconds. However, you cannot change what you see in the formula bar if the cell is formatted as [h]:mm:ss.000
In Power Query, hours > 24 will be shown as Days in the duration typed column.
In Power BI, duration will be shown as a decimal number.
Neither will show the [h]:mm:ss format you can see in an Excel cell.
If that is an absolute requirement, you could construct a text string, I suppose.
@Vikas_Singh Try converting it to a duration column.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
62 | |
40 | |
36 | |
28 | |
15 |