Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
krishanw
Helper II
Helper II

How to group duplicate dates?

krishanw_0-1686030095625.png

I need to get day wise count, but as per the above image dates are dublicating 

 

1 ACCEPTED SOLUTION
Anonymous
Not 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

View solution in original post

4 REPLIES 4
Anonymous
Not 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

ryan_mayu
Super User
Super User

could you pls provide some sample data?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




krishanw_0-1686031834398.png

Here is the table data. what are the data you need?

you can try to remove the time in the date and try again

you can do this in pq

or use DAX  = int(column)





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.