Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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...
  • amitchandak's avatar
    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] )