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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Create table using other table columns value.

Hi,

I need your help!

 

I have table 1 with start and end time.

StartTimeEndTime
1/1/2019 9:001/1/2019 11:00
1/1/2019 9:001/1/2019 13:00
1/1/2019 10:001/1/2019 11:00
1/1/2019 11:001/1/2019 14:00
1/1/2019 14:001/1/2019 16:00
1/1/2019 17:001/1/2019 21:00
1/1/2019 22:001/2/2019 0:00
1/2/2019 2:001/2/2019 6:00
1/2/2019 5:001/2/2019 10:00
1/2/2019 11:001/2/2019 12:00

 

I want to create table with timeline column based on earliest Start time(1/1/2019 9:00) and latest End time(1/2/2019 12:00).

Table2 TimeLine column like this

Start with table 1 Earliest Start time and increase 1 hour and finish at table 1 latest End time.

Table2
TimeLine
1/1/2019 9:00
1/1/2019 10:00
1/1/2019 11:00
1/1/2019 12:00
1/1/2019 13:00
1/1/2019 14:00
1/1/2019 15:00
1/1/2019 16:00
1/1/2019 17:00
1/1/2019 18:00
1/1/2019 19:00
1/1/2019 20:00
1/1/2019 21:00
1/1/2019 22:00
1/1/2019 23:00
1/2/2019 0:00
1/2/2019 1:00
1/2/2019 2:00
1/2/2019 3:00
1/2/2019 4:00
1/2/2019 5:00
1/2/2019 6:00
1/2/2019 7:00
1/2/2019 8:00
1/2/2019 9:00
1/2/2019 10:00
1/2/2019 11:00
1/2/2019 12:00

 

Thanks advance!:)

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@Anonymous  solution attached, i hope this is what you need?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

3 REPLIES 3
parry2k
Super User
Super User

@Anonymous  solution attached, i hope this is what you need?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

Wow! Thank you for your help. it is exactly I wanted the answer.

I have a question of your file. If I use your data medeling, I just copy Advanced Editor and change some talbe/column name and apply my modeling. Is it ok?

 

@Anonymous good to hear that you have the solution. Please feel free to change as per your need. Have fun and never hesitate to reach out if need more help.

 

Cheers!!



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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