Forum Discussion

wilson_smyth's avatar
wilson_smyth
Icon for Post Patron rankPost Patron
8 years ago
Solved

two different granularities

Im trying to get data at two different granularities. Its easy at the lowest granularity, requires no extra work, but to create a measure to always get the count at a higher granularity is eluding me...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    8 years ago

    Hi,

     

    You cannot open the filter of CourseInstance. because the courses are linked to that.  You should only open all Students.  This too would work

     

    =if(ISBLANK([doc count]),BLANK(),CALCULATE([doc count],ALL(Student)))