Forum Discussion
counting records per user
- 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])
- Anonymous8 years ago
If you want a distinct count for my solution, simply select 'Distinct Count' from the dropdown instead of 'Count'.
Hi,
This should not be a calculated column but a measure. Drag the Name, create a date slicer and make any selection. Then use this measure
=COUNTROWS(Data)
Hope this helps.
- davidi45248 years agoHelper III
sorry, i'm new to the dax language. what execly the syntax to make it?
- v-ljerr-msft8 years agoMicrosoft Employee
Hi davidi4524,
Have you tried the solution provided above? Does it work in your scenario? If it works, could you accept it as solution to close this thread?
If you still have any question on this issue, feel free to post here. :smileyhappy:
Regards