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

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

Reply
giorgilomidze
Resolver I
Resolver I

Line Graph with 10 Minute Intervals on x-axis

 HI
i have data with time column. i want to have new column which will divide calendar with 24 hour intervals starting at 09:00 of each day. like this:
01/01/2018 09:00
01/02/2018 09:00
01/03/2018 09:00

01/04/2018 09:00
.........
and in a pivot i will be able to stor data within thoes 24H intervals. 

1 ACCEPTED SOLUTION
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @giorgilomidze,

 

You can add a calculated column like this.

Column = [Date] + time(9,0,0)

Line_Graph_with_10_Minute_Intervals_on_x_axis

 

Best Regards

Dale

Community Support Team _ Dale
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

1 REPLY 1
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @giorgilomidze,

 

You can add a calculated column like this.

Column = [Date] + time(9,0,0)

Line_Graph_with_10_Minute_Intervals_on_x_axis

 

Best Regards

Dale

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

Helpful resources

Announcements
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