Forum Discussion
Gillard_2
5 years agoFrequent Visitor
Replace errors with Today() or Now()
Hi, Trying to replace errors in power Bi Query in a date/time column with Today but am unable to work out the right formula to do this. Its currently replacing them with 01/01/2030 in the formula be...
- 5 years ago
Those are DAX functions.
You want
DateTime.LocalNow()
HotChilli
Community Champion
5 years agoThose are DAX functions.
You want
DateTime.LocalNow()