Forum Discussion
Powerbi.com Server Time
- Anonymous10 years ago
JuliaYebra You can tell where you data is being stored by clicking on the question mark in the upper right hand corner, and selecting "About Power BI". This may help in troubleshooting.
Hi Anonymous I have the same issue on all my reports.
Data is being stored in Singapore under NZ timezone
however as you can see it still thinks it is yesterday ! New Zealand is +12 hours.
Any fix for this you can recommend would be great.
Cheers
ED.
elliotdixon If you take the current time in the NOW() function and subtract the time as a fraction of 1 day you can remove hours. So, 1 day = 24 hours. 1/24 * (number of hours you want subracted) will be the decimal that you subtract. This should give you the local time you want to display in your reports when using the NOW() function. Here are some quick examples, you'll notice the 22 hours ago correctly moves you back a day.