Forum Discussion

kh0050's avatar
kh0050
Frequent Visitor
5 years ago
Solved

Count and Group by - Urgent help

This is my data, I want to prepare a report to show the number of students accesses to the course. I have a day access a data field which I can use to count the number of days access to the course by...
  • amitchandak's avatar
    5 years ago

    kh0050 , usally when count, it should not count blank

     

    count(Table[Day Access])

     

    or can create like

    calculate(count(Table[Day Access]), not(isblank(Table[Day Access])))