Forum Discussion

nisha_deepak's avatar
nisha_deepak
Icon for Helper III rankHelper III
5 years ago
Solved

Date 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 ?
  • AllisonKennedy's avatar
    AllisonKennedy
    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)