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

how to make multiple columns to become multiple rows

 
Hello! I have a table like this 

Id       opendate           call1start    call1end  call2 start   call2 end  call3 start   call3 end

001     20220830         14:00            14:02       14:30          14:32       null             null

some Ids have 2 calls, some have 3 calls, 4 calls, I hope the table can become
id    opendate    callstart      callend

001  20220830    14:00            14:02
001  20220830    14:30            14:32

002  20220903     15:00           15:24


please help me make it out! Thank you!

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

You can try the following methods. Make a copy of the original table in Power Query. Each table retains one callstart and callend, and the column names are changed to be consistent.

vzhangti_0-1674808993015.pngvzhangti_1-1674809006659.png

Append two table:

vzhangti_2-1674809059778.png

Result:

vzhangti_3-1674809076512.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

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

2 REPLIES 2
v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

You can try the following methods. Make a copy of the original table in Power Query. Each table retains one callstart and callend, and the column names are changed to be consistent.

vzhangti_0-1674808993015.pngvzhangti_1-1674809006659.png

Append two table:

vzhangti_2-1674809059778.png

Result:

vzhangti_3-1674809076512.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

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

Anonymous
Not applicable

Oh, you are so smart, and the method is very simple! Thanks a lot!

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
Top Kudoed Authors