Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
bjorneev
Advocate I
Advocate I

Pagniated Report Excel Export formatting problem

Hi all,

 

I have created a report in Power BI report builder that contains some date and time information. The first rows of the table looks like this when I run the report:

bjorneev_0-1616689013521.png

When I export this to excel I get the following corresponding values: 

bjorneev_1-1616689277959.png

The hash values reprents a number between -1 and 0, and excel can't interpret them as time due to the negative sign. If I change the sign or add +1 one the "Inicio"-column value I get:

bjorneev_2-1616689655659.png

+1 gives the correct time value. There is a formatting issue between report builder and excel I can't seem to figure out. I found a post where someone said to enable the "Use 1904 date system" under excel options. If I do that I get the following:
  

bjorneev_3-1616689827440.png

The dates are changed and the times are "mirrored". It is important for my delivery that the format is correct without manually fixing cells in the excel after each export. 

Anyone tips on how to fix this? Thanks!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@bjorneev , This just one idea, may not be ideal

 

Format time  = format([Start Time],"HH:MM:SS")

This will make it text and will not change format

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@bjorneev , This just one idea, may not be ideal

 

Format time  = format([Start Time],"HH:MM:SS")

This will make it text and will not change format

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

=Format(Fields!Time_From.Value,"HH:mm:ss")

Worked like a charm! Thanks @amitchandak  🙂 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.