Forum Discussion

krishanw's avatar
krishanw
Helper II
3 years ago
Solved

How to group duplicate dates?

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

 

4 Replies

    • krishanw's avatar
      krishanw
      Helper II

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

      • ryan_mayu's avatar
        ryan_mayu
        Super User

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

        you can do this in pq

        or use DAX  = int(column)