Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
After I create a relationship between the date fields of two tables, the left one seems no more seen as a date:
Why?
After I create this relationship I'm no more able to create/see the typical date hierarchy (Years, Months, Days)
Solved! Go to Solution.
Hi @6DiegoDiego9 ,
1. Add columns to Table2:
Year = YEAR([Date])
Quarter = QUARTER([Date])
Month = FORMAT([Date],"mmmm")
Day = DAY([Date])
2. Right-click Date column -> Create Hierarchy
3. Right-Click the new added columns -->Add to Hierarchy
Below is the final output:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @6DiegoDiego9 ,
1. Add columns to Table2:
Year = YEAR([Date])
Quarter = QUARTER([Date])
Month = FORMAT([Date],"mmmm")
Day = DAY([Date])
2. Right-click Date column -> Create Hierarchy
3. Right-Click the new added columns -->Add to Hierarchy
Below is the final output:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is standard behaviour. The hierarchy switches to 'the other side'
I used to put that left DATA field in Shares axis of a chart.
Now it lost the hierarchy.
How do I restore the hierarchy? if I add it manually, I get this, that doesn't help: