Forum Discussion
eddd83
6 years agoResolver I
Direct query - Remove time for date column
I am doing a direct query and in my SQL query, i'm converting a column to a date using convert(date, COLUMN). However, the data is imported into powerBI as "3/9/2020 12:00:00 AM". Since I am using a ...
Dan_Klunk
1 year agoRegular Visitor
Create a new column "= DATEVALUE(..." and reference your Date/Time column within that new column. This removes the time and, in our case, allowed the grouping by only the Date (without the Time causing separate rows for each separate Time value).