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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
U156531
Post Patron
Post Patron

My Date measure won't create a hierarchy

My Date measure won't create a date hierachy containg year, month, day. Yet I have this same measure with a hierachy in another PBI. It only creates what I have pasted below. Does any one know what I need to change? Thanks.

U156531_0-1716220367614.png

 

U156531_1-1716220567995.png

 

U156531_2-1716220737898.png

 

 

 

2 ACCEPTED SOLUTIONS
CMajka8
Helper I
Helper I

I would remove the auto/date time feature and consider creating your own proper date table. There are severe limitations to using the built in auto date/time: https://www.sqlbi.com/articles/automatic-time-intelligence-in-power-bi/

View solution in original post

Anonymous
Not applicable

Hi @U156531 ,

 

Thanks @CMajka8  for the quick reply. I have some other additions to this:

 

As far as I know, measures do not have a hierarchical structure. You can create calculated columns for dates and it will automatically create the hierarchy. You can create multiple measures if you need to show the year, month, quarter and day of the date.

vtangjiemsft_0-1716276072365.png

 

Column = [Date]

 

vtangjiemsft_1-1716276141647.png

Create measures.

 

Year Measure = MAX('Table'[Date].[Year])
Quarter Measure = MAX('Table'[Date].[Quarter])
Month Measure = MAX('Table'[Date].[Month])
Day Measure = MAX('Table'[Date].[Day])

 

vtangjiemsft_2-1716276268631.png

Best Regards,

Neeko Tang

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

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @U156531 ,

 

Thanks @CMajka8  for the quick reply. I have some other additions to this:

 

As far as I know, measures do not have a hierarchical structure. You can create calculated columns for dates and it will automatically create the hierarchy. You can create multiple measures if you need to show the year, month, quarter and day of the date.

vtangjiemsft_0-1716276072365.png

 

Column = [Date]

 

vtangjiemsft_1-1716276141647.png

Create measures.

 

Year Measure = MAX('Table'[Date].[Year])
Quarter Measure = MAX('Table'[Date].[Quarter])
Month Measure = MAX('Table'[Date].[Month])
Day Measure = MAX('Table'[Date].[Day])

 

vtangjiemsft_2-1716276268631.png

Best Regards,

Neeko Tang

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

This is true, however, by using a proper date table, you don't need to create any measures for your date columns. They already exist and you can then use Power BI's powerful time intelligence functions.

Anonymous
Not applicable

Hi @CMajka8 ,

 

Yes, your thoughts are correct. Thank you.

 

Best Regards,

Neeko Tang

CMajka8
Helper I
Helper I

I would remove the auto/date time feature and consider creating your own proper date table. There are severe limitations to using the built in auto date/time: https://www.sqlbi.com/articles/automatic-time-intelligence-in-power-bi/

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors