Forum Discussion

Tidous972's avatar
Tidous972
Frequent Visitor
4 years ago
Solved

Offset Column in Date table

Hi everyone,

Is there a way to add an OffsetMonth column to an existing date table.

Thanks.

  • Sure, add a new column and use this DAX.

    OffsetMonth = DATEDIFF ( TODAY(), [Date], MONTH )

1 Reply

  • Sure, add a new column and use this DAX.

    OffsetMonth = DATEDIFF ( TODAY(), [Date], MONTH )