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 loc...
- 3 years ago
MostafaGamal Try:
Column = [Created] + 2/24
Greg_Deckler
Community Champion
3 years agoMostafaGamal Try:
Column = [Created] + 2/24