Forum Discussion

DCrowther's avatar
DCrowther
Helper I
7 years ago
Solved

Help with Date slicers

  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi DCrowther ,

     

    You can create a date dimension and create relationship with all other dates with all tables. Then use date field from date dimension. After that date filter will be applicable for all tables which is joined with date dimension.

     

    Use below DAX to create a date dimension

     

    DimDate = CALENDAR(DATE(2018,1,1),DATE(2019,12,31))
     
    Please check and if this helps then mark this as solution so that other can find immediately. Aslo give kudos.
     
    Thanks,