Forum Discussion
Michalison
4 years agoHelper II
Help
I am creating a dashboard for absence reporting last week I had help from this community to create the following dax rolling 6 months = CALCULATE(COUNT(Absence[Start Date]),DATESINPERIOD(Absence...
- Anonymous4 years ago
Hi Try this,
rolling 6 months =
CALCULATE(COUNT(Absence[Start Date]),DATESINPERIOD(Absence[Start Date],today(),-6,MONTH))
and after on the filter panel you fix the value at >3 for this measure
Michalison
4 years agoHelper II
Tried it just comes up with blank table