Forum Discussion
Saryan
9 years agoNew Member
Dax function or formula to separate the timestamp from date
Hi All,
i have a table in powerpivot and in there i have a column (say column name mydate) which has dates in it (in date and time format), now i have added another column (say column name newd...
TrebligC
9 years agoNew Member
In your PowerBI Get Data query, you should be able to either just duplicate your DateTime column, or create a custom column that uses the formula =[YourDateTimeColumn], then simply change the Type of that new column from DateTime to Date.