Forum Discussion

ozgurozturk98's avatar
ozgurozturk98
Frequent Visitor
7 years ago
Solved

Counting rows

Hi all,   I'm trying to count the total rows where SOLLAST is less than or equal to the Date. I want something like this.  
  • PattemManohar's avatar
    PattemManohar
    7 years ago

    ozgurozturk98 Please try this..

     

    TotalRows = CALCULATE(COUNT(TestCount[SOLLAST]),
                          FILTER(ALL(TestCount),TestCount[SOLLAST]=EARLIER(TestCount[Date])))