Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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_id | Assist Id | Begin_Time | Dispatch_Time | End_Time | Technician |
| 50001 | 7/25/2023 18:23 | 7/25/2023 18:30 | 7/25/2023 17:46 | John Smith | |
| 50001 | 50002 | 7/25/2023 17:10 | 7/25/2023 17:16 | 7/25/2023 17:46 | Nancy Miller |
Here is what I need the table to look like:
| Master_id | Assist Id | Begin_Time | Dispatch_Time | End_Time | Technician |
| 50001 | 7/25/2023 18:23 | John Smith | |||
| 50001 | 7/25/2023 18:30 | John Smith | |||
| John Smith | |||||
| 50001 | 50002 | 7/25/2023 17:10 | Nancy Miller | ||
| 50001 | 50002 | 7/25/2023 17:16 | Nancy Miller | ||
| 50001 | 50002 | 7/25/2023 17:46 | Nancy Miller |
Solved! Go to Solution.
That seems to be a rather odd format for Power BI. What are you planning to do with the result?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |