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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
userdata
Helper IV
Helper IV

Date is not showing

Hi,

 

I I have to do some measures using Time Intelligene functions. That is why i created a date table and created a relationship between date and shipped date but because it is many to 1 relationship it is not showing the dates when i put it in a matrix with some columns from my fact table. How can I solve it that date is showing when columns are added from the fact table? Thanks 

 

 
 

1a.JPG1b.JPG

 

I attached the file here : https://github.com/userdata21/file/blob/master/date%20not%20showing.pbix

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @userdata ,

 

Modify the time shipped column as below.

time shipped date = DATEVALUE('Fact'[time shipped])

 Result would be shown as below.

1.PNG

 

Best Regards,

Jay

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi @userdata ,

 

Modify the time shipped column as below.

time shipped date = DATEVALUE('Fact'[time shipped])

 Result would be shown as below.

1.PNG

 

Best Regards,

Jay

@Anonymous  Oh wow now it works. Thanks so much for this!

amitchandak
Super User
Super User

@userdata , There can few reason

There can be a few reasons

Sales Date 1= [Sales Date].Date
Sales Date 2= Date(Year([Sales Date]), Month([Sales Date]), Day([Sales Date]))

 

https://medium.com/@amitchandak.1978/power-bi-day-intelligence-questions-time-intelligence-5-5-5c324...

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

@amitchandak  thanks so much for your quick reply! I tried to check the format and tried it now both with timestamp both in the fact and date table , but it doesnt change. I created a new column with only the date without the time and have done the same in the date table, but it doesnt make any difference. i still cant get any date showing. I need to calculate last week and this week but how can I do that without using the date table because it is not working? i cant create date columns in the fact table because then i cant use the time functions?

@userdata , the location you share for file. There is no file.  Can you load again

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

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.

Top Solution Authors