Forum Discussion
liz_dooley
8 years agoAdvocate I
Make a Date Function
Hey guys, so I am trying to create a static date. We take snapshots of our data every quarter and I need to create a date for the day the snapshot was taken. We use age and have age groups and I woul...
- 8 years ago
There is the DATE function. If you want January 2nd, 2018 it would be:
MyDate = DATE(2018,1,2)
popov
8 years agoResolver III
Hello,
Equivalent of MAKEDATE function in DAX is DATE.