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 ...
- 4 years ago
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!
rbriga
Impactful Individual
4 years agoYou 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_Kannan4 years ago
Helper I
rbriga Thanks a lot.. will try it and keep you posted.