Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

creating a measure with multiple filters

Hi All,  Need help with a measure, I need to get an accurate headcount of employees for the last two months on a rolling basis.  I have created a headcount measure, but i have to put filters on the ...
  • Kumail's avatar
    Kumail
    4 years ago

    Anonymous 

    Are you putting comma correctly?

    Var Startdate = DATE(Year(enddate), Month(enddate)-2, DAY(enddate)+1)