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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors