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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
How do I reapply a date hierarchy in Power Bi when i've removed the hierarchy previously?
Solved! Go to Solution.
Hi @Jay2022
The solution @Sahir_Maharaj offered is right, recreate a hierarchy, but you need to create four new clumns in table first.
e.g Year=Year(Table[Date])
Quarter=Quarter(Table[Date])
Month=Month(Table[Date])
Day=Day(Table[Date])
Then select create the hierarchy, put the fields above to it.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Jay2022
The solution @Sahir_Maharaj offered is right, recreate a hierarchy, but you need to create four new clumns in table first.
e.g Year=Year(Table[Date])
Quarter=Quarter(Table[Date])
Month=Month(Table[Date])
Day=Day(Table[Date])
Then select create the hierarchy, put the fields above to it.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Fantastic this worked! Also... I had Time Intelligence de-selected within my file (in Options) so it didnt register a hierarchy to start with.
Hi Sahir,
Thank you for your help. There doesn't appear to be a create hierarchy option on the new version of power bi only a 'create hierachy' option i tried this but it doesn't seem to work.
Thanks
Hello @Jay2022,
Can you please try these steps to re-apply a date hierarchy:
Should you require further details or information, please do not hesitate to reach out to me.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.