Forum Discussion

psmith-nhs-inc's avatar
psmith-nhs-inc
Helper III
9 years ago
Solved

How do I determine Current Quarter?

CMisCurrentMonth = if('Date'[MonthNumber] = Month(Today()),"CM",'Date'[Month]) This gives me a slicer/filter where current month is always selectable by selecting "CM".   CYisCurrentYear = if('Dat...
  • parry2k's avatar
    9 years ago

    i think you can get using following formula:

     

    CurrentQuarter =ROUNDUP(MONTH([TODAY()])/3, 0)