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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Everyone,
How do i include Hour and minutes in data hierarchy
Below is my DateTime
Thank you in advance.
Solved! Go to Solution.
@hagosusng you can Create Calculate Column
Time = Format(Table[date],"HH:MM AM/PM")
@hagosusng THANK YOU!!
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"
Then select the columns you want to have in your hierarchy and click "add to hierachy":
End result:
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/
Proud to be a 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"
Then select the columns you want to have in your hierarchy and click "add to hierachy":
End result:
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/
Proud to be a Super User!
@hagosusng you can Create Calculate Column
Time = Format(Table[date],"HH:MM AM/PM")
@hagosusng THANK YOU!!