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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
jhorta
Frequent Visitor

Problem with custom added Date column

I'm having this problem with a table. I imported the data, and the date column is in Unix time seconds. To convert this date column to date, I added a custom column, with this formula:

(#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, date))

Then when I go back and create a relationship with my Calendar table, the date filter doesn't work at all with this table, it just gets random dates, or similar, not really what the column has.

 

I am not sure if it has something to do with this, but the resulting column gets a text type by default, which I change to Date succesfully, or apparently. I have tried some other things here and there, and I even isolated the problem in a much smaller project, and it has the same exact odd results.

 

I've been chasing my tail the whole day, maybe someone has seen this before, please advise.

 

Here's a quick demo of what's going on: https://imgur.com/xF04Y41

 

PS: i can share the small project if that's helpful, not sure if it's safe to share a dropbox link here.

 

1 ACCEPTED SOLUTION
jhorta
Frequent Visitor

OK, the problem was the format, so that the relationship works just fine, both dates should be Dates, the column in the other table was DateTime, apparently that's why it wouldn't fall in the range.

View solution in original post

1 REPLY 1
jhorta
Frequent Visitor

OK, the problem was the format, so that the relationship works just fine, both dates should be Dates, the column in the other table was DateTime, apparently that's why it wouldn't fall in the range.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors