Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

EOMONTH not working as expected

Hi peeps   I'm using this formula to get some rows back but for some reason I cant get rows that fall on the 31/01/2020. Am I using eomonth incorrectly or is my dax query just incorrect. I have tw...
  • amitchandak's avatar
    amitchandak
    6 years ago

    Like

    CALCULATETABLE('Meeting (3)', 'Meeting (3)'[Start Time] >= TODAY() && 'Meeting (3)'[Start Time] < (EOMONTH(TODAY(),0)+1))