Forum Discussion
Anonymous
3 years agoNot applicable
Count Overdue Dates
Hi there, I'm connected to SQL Server Analysis Services database and wso I can't create columns, only new measures. I have a table with Project IDs which have an associated Due Date. I'd lik...
- 3 years ago
Anonymous ,
new measure =
Countx(Filter(CRL, CRL[Rarget/Resolution Date] >today() ), CRL[ CRI ID] )
or
Countx(Filter(CRL, CRL[Rarget/Resolution Date] <= today() ), CRL[ CRI ID] )
amitchandak
3 years agoSuper User
Anonymous ,
new measure =
Countx(Filter(CRL, CRL[Rarget/Resolution Date] >today() ), CRL[ CRI ID] )
or
Countx(Filter(CRL, CRL[Rarget/Resolution Date] <= today() ), CRL[ CRI ID] )