Forum Discussion
Mart1980
2 years agoHelper I
if statement custom column
Hello ,
I have these two date columns and what i want to do is create a custom column to check if month and year of one column matches the other and to return either true or false. Can someone please help me with the steps to follow on this?
Mart1980 add a new column using this expression:
New Column = EOMONTH ( Table[Date1], 0 ) = EOMONTH ( Table[Date2], 0 )