Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Create Measures based on Current Month

I have a bunch of measures e.g. Appointments = DISTINCTCOUNT('Table'[Appointment ID])   And I want the measure to show only the current month data. So some sort of filter on TODAY() or something. ...