Forum Discussion
stokidez
5 years agoHelper III
Running Total Help Needed Please
Hi, I have a report which looks at the number of projects starting and closing over a period of time. This is simply looking at two different fields, Project Planned Start Date and Planned Contra...
Anonymous
5 years agoNot applicable
Hi stokidez ,
Check the measure.
Measure = CALCULATE(DISTINCTCOUNT('Table'[Project Title]),FILTER(ALL('Table'),'Table'[Planned Contract Signed Date]>=SELECTEDVALUE('calendar'[date])))
Best Regards,
Jay
stokidez
5 years agoHelper III
Thanks Anonymous
I've added the measure as follows:
Running Total Live Projects = CALCULATE(DISTINCTCOUNT('Procurement Plan'[Contract Title]),FILTER(ALL('Procurement Plan'),'Procurement Plan'[Planned Contract Signed Date]>=SELECTEDVALUE('Date Table'[Date])))
However, despite there being projects with a Contract Signed Date, the number does not reduce. Where am I going wrong please?