Forum Discussion

Deronhess's avatar
Deronhess
Frequent Visitor
5 years ago

The Time Zone Struggle is Real...

I have a report that I have written that simply counts the sales for today. The issue that I am having is that this report is using Power BI Report Server local (Eastern Time Zone) and a SQL Server in the same server rack set for the same Eastern Time Zone. The Total Orders is being calculated by "Total Orders = COUNT(SO_SalesOrderDetail[SalesOrderNo]) +0".

 

The issue is that everyday at 7:00PM EST the Total Orders resets to 0 as if a new day. I am sure that this has to do with UTC but I have nothing set for UTC. Both the Report Server and the SQL server are set to EST. I was hoping that the use of Report Server would just use the time zone of the server, but apparently it is using UTC as well and I am missing out on 5 hours of sales reporting everyday.

 

Any help will be appreciated. thanks.

2 Replies