Good morning all,
Its a bit early, but I have been trying to remedy this error since yesterday and its time I asked for some help
I have imported a '.csv' file into Power Pivot and need to amend the current "date" format as it has been pulled through as a "text" data type.
I am fairly new to Power Pivot so any help would be appreciated.
I am using the formula
thanks in advance
Its a bit early, but I have been trying to remedy this error since yesterday and its time I asked for some help
I have imported a '.csv' file into Power Pivot and need to amend the current "date" format as it has been pulled through as a "text" data type.
I am fairly new to Power Pivot so any help would be appreciated.
I am using the formula
Code:
=date(left('TabName'[F4], 4), mid('TabName'[F4], 6, 2), mid('TabName'[F4], 8, 2))
thanks in advance