Forum Discussion
Tidous972
4 years agoFrequent Visitor
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
- jdbuchanan71Super User
Sure, add a new column and use this DAX.
OffsetMonth = DATEDIFF ( TODAY(), [Date], MONTH )