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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
rachelbi
Helper I
Helper I

Fail to connect with date table to create filter slicer

Hi there, may I know why I cannot connect the date table with a date field in a fact table? after making connection and add the slicer, the table turn blank ... Thanks a lot in advance.

 

Before:

rachelbi_0-1713837483089.png

After adding the slicer:

rachelbi_1-1713837499654.png

 

I thought the relationship should be correct?!

rachelbi_2-1713837527452.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@rachelbi , This can happen

1. The date in the date table was having timestamp (and you just made data type as Date in DAX). Create a new column Date = Datevalue([project Created at] )

This will remove the timestamp  and join will work

2. Date table is missing date that in fact table

3. You are using a relative date slicer and that is filtering from today and you do not have data for selected range

 

Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@rachelbi , This can happen

1. The date in the date table was having timestamp (and you just made data type as Date in DAX). Create a new column Date = Datevalue([project Created at] )

This will remove the timestamp  and join will work

2. Date table is missing date that in fact table

3. You are using a relative date slicer and that is filtering from today and you do not have data for selected range

 

Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks @amitchandak The first suggestion works! I thought I can simply change the date format on the same original column as it was text format (don't know why). Thank you.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors