Forum Discussion
bhmiller89
Helper V
6 years agoAdding a Static Date as a Custom Column
I have different data tables representing data for different YearMonth combos. I need to add a column to each table with the appropriate YearMonth. For example, I want a column where every record say...
- 6 years ago
In DAX that would be:
Column = DATE(2019,1,1)
Greg_Deckler
Community Champion
6 years agoIn DAX that would be:
Column = DATE(2019,1,1)