Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
DCrowther
Helper I
Helper I

Help with Date slicers

 
1 ACCEPTED SOLUTION
Anonymous
Not applicable

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,
 

View solution in original post

3 REPLIES 3
DCrowther
Helper I
Helper I

Hi

 

I need help with created a dashboard date slicer/filter that will cover another of tables with date fields, all the tables are different how ever i would like the table to report all the tables on the same date period (i.e. March 2019). Isd there a way to to have one slicer that covers many different date fields across many tables?

 

Anonymous
Not applicable

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,
 

Many Thanks

 

Yes having all selected date fields connected to/Related to the date field in a date Dimension table appears to fix the problem and then allows the date slicer to control other related date tables

 

Thanks for your help

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.