Forum Discussion
krishanw
3 years agoHelper II
How to group duplicate dates?
I need to get day wise count, but as per the above image dates are dublicating
- Anonymous3 years ago
Hi krishanw,
You can add a calculated column with datevalue function of extract the date part from your datetime field values. Then you can use it as category of matrix to group records.
DATEVALUE function (DAX) - DAX | Microsoft Learn
Regards,Xiaoxin Sheng
4 Replies
- ryan_mayuSuper User
could you pls provide some sample data?
- AnonymousNot applicable
Hi krishanw,
You can add a calculated column with datevalue function of extract the date part from your datetime field values. Then you can use it as category of matrix to group records.
DATEVALUE function (DAX) - DAX | Microsoft Learn
Regards,Xiaoxin Sheng