Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
We are having an issue where at 7pm during our refresh the dashboard is flipping to the next day (using UTC). We have updated all our formulas to convert the timezone to CST using the following: = DateTime.Date(DateTimeZone.RemoveZone(DateTimeZone.ToLocal(DateTimeZone.UtcNow()))). The time even displays correct when published.
How do we prevent this from happening? So it flips to the next day at 12:00am CST...
Thanks in advance!
Hi @kayleeholt
Just a quick note is that all the Power BI Servers world wide are configured in the UTC timezone.
What I have done in the past is to rather hard code the additional time by adding the following to your code. In my example below I am adding 10 hours.
DateTime.Date(DateTimeZone.ToLocal(DateTimeZone.UtcNow() + #duration(0,10,0,0)))
Do you have to worry about Daylight Savings where you are?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
34 | |
21 | |
21 | |
13 | |
12 |
User | Count |
---|---|
27 | |
18 | |
18 | |
17 | |
15 |