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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi folks,
I have a date column and I would like to add Week ending to the Hierarchy, how could I achieve that?
Ex: Year - Month - Week Starting.
Solved! Go to Solution.
@Anonymous , You have to create a custom Hierarchy
Week End date = 'Date'[Date]+ 7-1*WEEKDAY('Date'[Date],2)
Custom Hierarchy
https://stoneridgesoftware.com/creating-hierarchies-in-power-bi/
https://www.youtube.com/watch?v=x6vXVJZ_eTY
@Anonymous , You have to create a custom Hierarchy
Week End date = 'Date'[Date]+ 7-1*WEEKDAY('Date'[Date],2)
Custom Hierarchy
https://stoneridgesoftware.com/creating-hierarchies-in-power-bi/
https://www.youtube.com/watch?v=x6vXVJZ_eTY
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!