Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello,
Is it possible to convert data in a column that is space separated into a separate records and then apply a value from another column per record?
The value in column "SAMPLE_IDS" are seven characters long and separated by a space. Every value in this column needs to be a record. Per record de the Value of column "DEPOT_ID" needs to be applied.
hopefully this is possible en someone knows how?
Solved! Go to Solution.
@icturion
Yes you can, In Power Query, Right-Click on the SAMPLE_IDs column, choose Split Column > By Delimiter>
Select Space and Delimiter and Rows under Advanced Options like below
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@icturion , Try In power query split column into rows. see if that can help
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
@icturion
Yes you can, In Power Query, Right-Click on the SAMPLE_IDs column, choose Split Column > By Delimiter>
Select Space and Delimiter and Rows under Advanced Options like below
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group