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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
dgkallan
Helper II
Helper II

Date in DateTable has contact card next to it

I created a date table and set it as such.  I'm unable to use the date as a hierarchy and it has this weird contact card looking thing next to it.

 

Any ideas?

 

dgkallan_0-1698294024825.png

 

1 ACCEPTED SOLUTION
Idrissshatila
Super User
Super User

Hello @dgkallan ,

 

this card beside your date column its a sign that this is a date column and its normal, if you want a hierarchy you can create it by creating the fields from it

 

Year = YEAR(YourTableName[Date])
Quarter = FORMAT(YourTableName[Date],"\QQ")
Month = FORMAT(YourTableName[Date],"mmmm")
Day = Day(YourTableName[Date])
 
then you group them as a hierarchy, check this https://youtu.be/1Y0T_KkeWyQ?si=DJNxYDmB7C3GSFib
 
 


Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

1 REPLY 1
Idrissshatila
Super User
Super User

Hello @dgkallan ,

 

this card beside your date column its a sign that this is a date column and its normal, if you want a hierarchy you can create it by creating the fields from it

 

Year = YEAR(YourTableName[Date])
Quarter = FORMAT(YourTableName[Date],"\QQ")
Month = FORMAT(YourTableName[Date],"mmmm")
Day = Day(YourTableName[Date])
 
then you group them as a hierarchy, check this https://youtu.be/1Y0T_KkeWyQ?si=DJNxYDmB7C3GSFib
 
 


Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.