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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
GSE
Resolver I
Resolver I

[Date].[Year] does not work anymore after establishing relationship

Hi all,

 

I have a source file (Apple-Combined) with a date column (data type = date) and then created a table (called Calendar) in Power BI Desktop where I use the calendar function and a year column using [Date].[Year]. The date column is also of data type date. As you can see everything works well so far.

1.PNG

However, after I establish the following 1:1 relationship between the two date columns...

3.PNG

...the Year column throws an error:

2.PNG

FYI, I have turned on the time intelligence option:

9.PNG

 

I'm out of ideas here. Does anybody have an idea what could cause this issue?

 

Best regards

GSE

 

1 ACCEPTED SOLUTION

Hi all,

 

this file is from a Udemy course so I know that it should work and I finally managed to find a solution. All it took was to delete the relationship and then establish it again. Now the [Date].[Year] column doesn't throw an error anymore but just shows the year as intended. So even with the relationship established, it shows the hierarchy.

 

Hope this helps anyone who runs into the same issue.

 

Best regards

GSE

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@GSE 

In case you have marked your calendar as Date Table as date column and date have become Key column. Or Date is a key column. the date will not more have Hierarchy

Try

Year = Year(Date[Date])

Year = format(Date[Date],"YYYY")

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak thanks for the quick reply. I have not marked the Calendar table as a date table. How do I check whether the date column is a key column?

 

I know that the DAX function Year = Year(Date[Date]) works as a solution. However, I would like to understand why this issue occured anyway.

 

Best regards

GSE

Hi @GSE ,

 

It is intended behaviour.if there is relationship on this field, it will not show hierarchy.

If there is no date hierarchy, .[year] will be invalid.

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi all,

 

this file is from a Udemy course so I know that it should work and I finally managed to find a solution. All it took was to delete the relationship and then establish it again. Now the [Date].[Year] column doesn't throw an error anymore but just shows the year as intended. So even with the relationship established, it shows the hierarchy.

 

Hope this helps anyone who runs into the same issue.

 

Best regards

GSE

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors