Forum Discussion
bjorneev
Advocate I
5 years agoPagniated 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: When I export th...
- 5 years ago
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
amitchandak
Super User
5 years agobjorneev , 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
bjorneev
Advocate I
5 years ago=Format(Fields!Time_From.Value,"HH:mm:ss")
Worked like a charm! Thanks amitchandak 🙂