Forum Discussion

bhmiller89's avatar
bhmiller89
Helper V
10 years ago

EndOfMonth DAX Function Issues

I made a column: ThisDate= TODAY()    I then attempted to make the column: EOM= ENDOFMONTH(Table[ThisDate])   The results return the same date as TODAY().  Why won't it return the date of the las...