Forum Discussion
Separate Date and Time From Timestamp in Calculated Column
Hi Anonymous
I'm a bit confused. You've posted in he Power Query forum but you are referring to a Calculated Column which is what you get in DAX/Power Pivot. Are you looking for a solution in DAX? You use Custom Columns in Power Query.
Why do you need to add 8 new columns? Why aren't you splitting your source columns into just 2 columns, one for date and one for time?
Can you please share soem source data and the expected outcome so we know what we are aiming to produce.
regards
Phil
- Anonymous5 years agoNot applicable
I'm posting here beauase there is no Tabular Model / DAX board here...and I've had other questions on DAX answered here.
I need to have three columns: the original column which is a datetime, a column to hold the date, and a column to hold the time, so I am trying to do just what you said.
So essntially if you have 11/01/2020 10:00:00, you would then have 11/01/2020 in one column and 10:00:00 in a third.