Forum Discussion
sclement
3 years agoRegular Visitor
Today's Date
Hi All, I am from Australia and I am working with the Date Slicer for my Powerbi Report. (Needs to be in Australian date (UTC +10) when published to the service) For the Date, I am considering a...
amitchandak
3 years agoSuper User
sclement , today should give you local time. you can use UTCTODAY()
or datevalue(UTCNOW()+ time(10,0,0)) as per need
sclement
3 years agoRegular Visitor
Hi amitchandak ,
Thank you for response. I will give it a go and will update you how I goes!
Cheers!