Forum Discussion
AlBud
3 years agoFrequent Visitor
Custom Date Import
Hi all, My problem is when I format in Power Query my custom date it doesn't format as a date and error's up as the below: My source file has a custom date format. It's formatted in ...
- Anonymous3 years ago
Hi AlBud ,
How about adding a conditional column to convert the number to month name?
It's twelve months in total, so it's not particularly troublesome.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dinesh_Suranga
3 years agoContinued Contributor
Hi,
As I think the custom format for date in your excel should be "MMM".
Change it to "MMM-yyyy"
then refresh data set.
Thank you