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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Date attribut doesn't have a hierarchy automatically

Hi guys,

 

I have a table Sales with many fields of date. Every field has a date hiearchy once the data is imported except one. You can see it in the screenshoot following.

 

trungnguyen0000_0-1632074123199.png

 

I created a date table which is = calendar(min(Sales[Date de paiement]), today()) and there is a relationship between this date table and the table Sales

 

Do you know why this one doesn't have a hierarchy?

Thank you

 

 

1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

If you have created a Date Table (👍🏻), you should use the date table for all your measures, slicers, filters, visuals...

In fact, it is highly recomended you disable the "Auto Time" in the file's options and mark the Date Table as such in the ribbon. 
To access further date aggregations, use the following code (as an example) for the creation of the Date Table:
Date table =

ADDCOLUMNS(

calendar(min(Sales[Date de paiement]), today()), 

"MonthNum", MONTH([Date]),
"Month", FORMAT([Date], "MMM"),

"Year", YEAR([Date])
)

 





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

1 REPLY 1
PaulDBrown
Community Champion
Community Champion

If you have created a Date Table (👍🏻), you should use the date table for all your measures, slicers, filters, visuals...

In fact, it is highly recomended you disable the "Auto Time" in the file's options and mark the Date Table as such in the ribbon. 
To access further date aggregations, use the following code (as an example) for the creation of the Date Table:
Date table =

ADDCOLUMNS(

calendar(min(Sales[Date de paiement]), today()), 

"MonthNum", MONTH([Date]),
"Month", FORMAT([Date], "MMM"),

"Year", YEAR([Date])
)

 





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.