Forum Discussion

Revathi_Kannan's avatar
4 years ago
Solved

How 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:

    1. Have a calendar date (best practice), which would have a Year-Month column and would connect to your fact table by date;
    2. 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's avatar
    rbriga
    Icon for Impactful Individual rankImpactful Individual

    You may either:

    1. Have a calendar date (best practice), which would have a Year-Month column and would connect to your fact table by date;
    2. 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!