Forum Discussion

davidi4524's avatar
davidi4524
Helper III
8 years ago
Solved

counting records per user

hi, i have a table that contain the fo,owing colums:   name           date jonthan       19/11/2017 jonthan       20/11/2017 josef             20/11/2017 omar             20/11/2017 jonthan   ...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    8 years ago

    Hi davidi4524,

     

    Look at your original question carefully - COUNT is exactly what you wanted.  Anyways, for your changed question now, try this

     

    =DISTINCTCOUNT(Data[Date])

  • Anonymous's avatar
    Anonymous
    8 years ago

    If you want a distinct count for my solution, simply select 'Distinct Count' from the dropdown instead of 'Count'.