DATE function does not support all the dates in DAX by design #powerpivot #tabular #dax
- by Marco Russo (SQLBI)
The DATE function in DAX has this simple syntax: DATE( <year>, <month>, <day> ) If you are like me, you never read the BOL notes that says in a clear way that it supports dates beginning with March 1, 1900. In fact, I was wrongly assuming that it would have supported any date that can be represented in a Date data type in Data…