This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a column where each row follows this format:
Requested For = Joe
Service = Coffee
Class = Espresso
Type of Request = Replace Coffee Machine
Describe the Request = Coffee Machine needs to be replaced
Request Number = 1213123
Further Comments =
I want to split this into multiple columns as follows (see table below). Do you know how can this be achieved?
I tried splitting by the "=" sign but when I do that it creates columns with values like "Replace Coffee Machine Describe the Request" which is not what I want. Thanks
| Requested For | Service | Class | Type of Request | Describe the Request | Request Number | Further Comments |
| Joe | Coffee | Espresso | Replace Coffee Machine | Coffee Machine needs to be replaced | 1213123 |
|
Hi @makarama ,
Here are the steps you can follow:
1. In power query – Transform – Split column – Custom -- =.
Result:
2. Select [Column.1] – Transform – Pivot Column – [Column2] — Don’t Aggregate.
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Thanks for your time but the input data you used in your example is not what I have. This part:
Requested For = Joe
Service = Coffee
Class = Espresso
Type of Request = Replace Coffee Machine
Describe the Request = Coffee Machine needs to be replaced
Request Number = 1213123
Further Comments =
is a single string. A single data point in the matrix. It does not span across multiple rows.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 26 | |
| 25 | |
| 24 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 23 | |
| 18 | |
| 18 |