Forum Discussion
Revathi_Kannan
Helper I
4 years agoHow to change Date format
Hi everyone,
I have date column in my data table but when i implement the same in the slicer it is reflecting as the below image. Is there any way i can change the date format to filter based on Month and Year and date.
You may either:
- Have a calendar date (best practice), which would have a Year-Month column and would connect to your fact table by date;
- Create a Year-Month column. You may do that at the source, or in Power Query. If you do that, change that column's format to something like 2022-04.CreateFormatVictory!
2 Replies
- rbriga
Impactful Individual
You may either:
- Have a calendar date (best practice), which would have a Year-Month column and would connect to your fact table by date;
- Create a Year-Month column. You may do that at the source, or in Power Query. If you do that, change that column's format to something like 2022-04.CreateFormatVictory!
- Revathi_Kannan
Helper I
rbriga Thanks a lot.. will try it and keep you posted.