Forum Discussion
MostafaGamal
Helper V
3 years agoadd 2 hours to column
Hi All,
I have an azure databrick connected to power BI, and it have a column called "created" date/time in UTC
i want to create a calculated column to add '2' hours on that column to be on my local tims
How i can do that ?
MostafaGamal Try:
Column = [Created] + 2/24
1 Reply
- Greg_Deckler
Community Champion
MostafaGamal Try:
Column = [Created] + 2/24