Good morning,
I am using PowerPivot to look at a large data file I have been sent but I am having an issue with the dates in a column.
I have a column that holds an amount of data in Column A in including the time but it shows as
"TIME=20201026021813357". I have used "=mid()" to pull the date out of this as "20201026", but I need to change this into an actual date format.
I would look at power Query, but I haven't used this before so is there an easy way to fix this in PowerPivot as I will be linking this file on a weekly basis and would like the calculations to work automatically when the information is uploaded weekly.
I am currently using the below and it gives "2610", but I am having an issue adding the 3rd part in to add the year.
thanks in advance
Gavin
I am using PowerPivot to look at a large data file I have been sent but I am having an issue with the dates in a column.
I have a column that holds an amount of data in Column A in including the time but it shows as
"TIME=20201026021813357". I have used "=mid()" to pull the date out of this as "20201026", but I need to change this into an actual date format.
I would look at power Query, but I haven't used this before so is there an easy way to fix this in PowerPivot as I will be linking this file on a weekly basis and would like the calculations to work automatically when the information is uploaded weekly.
I am currently using the below and it gives "2610", but I am having an issue adding the 3rd part in to add the year.
Code:
=CONCATENATE(mid(Table[F1],12,2),MID(Table[F1],10,2))
thanks in advance
Gavin
Last edited: