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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors