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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Syndicate_Admin
Administrator
Administrator

Create rows from multiple columns (not a split)

I am trying find a way to transform the columns in a table to rows. (See below example). I need this in individual rows so I am able to build a Process Map with each row as a separate event in the overall process.

 

Master_idAssist IdBegin_TimeDispatch_TimeEnd_TimeTechnician
50001 7/25/2023 18:237/25/2023 18:307/25/2023 17:46John Smith
50001500027/25/2023 17:107/25/2023 17:167/25/2023 17:46Nancy Miller
  • Master id = Unique number assigned when call is generated (Begin Time show when this occurred)
  • Dispatch Time = when the technician accepted the call.
  • Assist id = Is assigned if the original technician request assistance with the call. (associated with the technician in that row.)
    • That dispatch time is shows when the assisting technician accepted the call.
  • End Call = show when the call is completed.

Here is what I need the table to look like:

 

Master_idAssist IdBegin_TimeDispatch_TimeEnd_TimeTechnician
50001 7/25/2023 18:23  John Smith
50001  7/25/2023 18:30 John Smith
     John Smith
50001500027/25/2023 17:10  Nancy Miller
5000150002 7/25/2023 17:16 Nancy Miller
5000150002  7/25/2023 17:46Nancy Miller

 

1 ACCEPTED SOLUTION
mussaenda
Super User
Super User

2 REPLIES 2
mussaenda
Super User
Super User

Hi @Syndicate_Admin ,

 

mussaenda_0-1697179369360.png

 

lbendlin
Super User
Super User

That seems to be a rather odd format for Power BI.  What are you planning to do with the result?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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