Forum Discussion

bhmiller89's avatar
bhmiller89
Icon for Helper V rankHelper V
6 years ago
Solved

Adding 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...
  • Greg_Deckler's avatar
    6 years ago

    In DAX that would be:

     

    Column = DATE(2019,1,1)