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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Arun1
Frequent Visitor

Dashboard date not reverting from IST to PST

I recently published a report in PST but when some one opened the shared dashboard the date went back to IST and accordingly the data per week also changed but now when I am opening the dashboard in PST again I can't see the data changing back to PST.

Need quick help

Thanks

1 ACCEPTED SOLUTION

@Arun1,

 

You may refer to the expression below.

DateTime.LocalNow() - #duration(0,8,0,0)
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

7 REPLIES 7
v-chuncz-msft
Community Support
Community Support

@Arun1,

 

Power BI service shows the current date and time in UTC.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Will this automatically cover necessary adjustments for daylight savings etc.? - Not sure if it would as time difference can be 7 hours for a few weeks a year for example or is that where the UTC offset comes in?

 

In my case I have times in PST that are getting automatically converted to UTC: https://community.powerbi.com/t5/Issues/DateTimes-are-being-automatically-converted-to-UTC-timezone-...

But in my case I need it to stay in pst at all times is there any way to do that?

@Arun1,

 

Add the UTC offset to your formula.

Measure =
NOW ()
    - 8 / 24
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

what do I do to make a  custom column for this?

@Arun1,

 

You may refer to the expression below.

DateTime.LocalNow() - #duration(0,8,0,0)
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for help

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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors