Forum Discussion
Need to Parse data into columns/rows
- 3 years ago
Hi young351 ,
Take the "body" column out separately and deal with it. I created a sample.
Step 1: use "replace value" in Power Query.
Add "," in front of the content which you want to use as title. For example, "Vendor:" replaced with ",Vendor:".
Step2: Then use "Split Columns" in Power Query to split each column into rows by ":".
You will get followings:
Step3: Use first row as title and then keep the last row, then you will get the expected output.
Final output:
Best Regards,
Community Support Team _ xiaosunIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi young351 ,
Take the "body" column out separately and deal with it. I created a sample.
Step 1: use "replace value" in Power Query.
Add "," in front of the content which you want to use as title. For example, "Vendor:" replaced with ",Vendor:".
Step2: Then use "Split Columns" in Power Query to split each column into rows by ":".
You will get followings:
Step3: Use first row as title and then keep the last row, then you will get the expected output.
Final output:
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.