Forum Discussion
Saryan
9 years agoNew Member
Date Separation - separating dates from timestamps
i have a table in powerpivot, in that table i have a column (say column name A)which has date and time , now i have added another column(say column name B) where i need to bring the date from column ...
Greg_Deckler
9 years agoCommunity Champion
Try this:
Column = FORMAT(DATE(YEAR([DateTime]),MONTH([DateTime]),DAY([DateTime])),"MM/DD/YYYY")