Forum Discussion
nisha_deepak
Helper III
5 years agoDate time showing issue...
In my report i want to show a date time value .The date time value i want is american chicago date time ...How can i get ?
- 5 years ago
nisha_deepak If Utc DateTime is a column in your report, you'll want to reference that column in the function, not just UtcNow(), for example, click New Custom Column, then enter this formula, replace [Utc DateTime] with the name of your datetime column
=DateTime.AddZone([Utc DateTime], -6)
AllisonKennedy
Community Champion
5 years ago