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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
hagosusng
Frequent Visitor

How do i include hour and minutes in Date Hierarchy

Hi Everyone,

 

How do i include Hour and minutes in data hierarchy

hagosusng_2-1683567762198.png

 

 

 Below is my DateTime

 

hagosusng_0-1683567656117.png

Thank you in advance.

2 ACCEPTED SOLUTIONS
Mahesh0016
Super User
Super User

@hagosusng  you can Create Calculate Column 

Time = Format(Table[date],"HH:MM AM/PM")

Mahesh0016_1-1683630616007.png

@hagosusng THANK YOU!!

 

View solution in original post

ValtteriN
Super User
Super User

Hi,

If you want to create this kind of hierarchu you need to have different columns for each element you want to have in this custom hierarchy. Afterwards, you can right-click your date column and select "create hierachy"

ValtteriN_0-1683634656646.png


Then select the columns you want to have in your hierarchy and click "add to hierachy":

ValtteriN_2-1683634749004.png

End result:

ValtteriN_3-1683634782307.png

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
ValtteriN
Super User
Super User

Hi,

If you want to create this kind of hierarchu you need to have different columns for each element you want to have in this custom hierarchy. Afterwards, you can right-click your date column and select "create hierachy"

ValtteriN_0-1683634656646.png


Then select the columns you want to have in your hierarchy and click "add to hierachy":

ValtteriN_2-1683634749004.png

End result:

ValtteriN_3-1683634782307.png

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Mahesh0016
Super User
Super User

@hagosusng  you can Create Calculate Column 

Time = Format(Table[date],"HH:MM AM/PM")

Mahesh0016_1-1683630616007.png

@hagosusng THANK YOU!!

 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors