Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 5 | |
| 3 |