Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Greetings community.
My problem is as follows, from Power BI Desktop I have changed the data type from 2 columns (Start Time and End Time) to Time.
However, when you export the data from Power BI Online, the file .xlsx recognizes it as Date.
I know that it could be modified from the downloaded file, but the idea is that the export is done correctly.
In advance, thank you very much for the support.
Solved! Go to Solution.
Hi @Syndicate_Admin ,
You can try working with the data type in the Query Editor first.
You can use the Split Column function in query editor .
If you want to use the dax, you could try:
Column = LEFT('Table1'[Time],20)
Here is a similar thread that you can check to see if it helps you:
Date and Time format not recognized
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Syndicate_Admin ,
You can try working with the data type in the Query Editor first.
You can use the Split Column function in query editor .
If you want to use the dax, you could try:
Column = LEFT('Table1'[Time],20)
Here is a similar thread that you can check to see if it helps you:
Date and Time format not recognized
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
In the XLSX file it's actually a Date Time, you can see the time is 15:00:00, it's just displaying as a date. When the time is exported it is give the default date portion which is what your file is displaying. Change the column back to Time in Excel to remove the date part.
Regards
Phil
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.