Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
i have a datasource that is converted into a table. There are columns within the table that contain multivalues separated by a semi colon, So for example like this:
| ID | Department | Years | Colour |
| 1 | Billing;Stores;Office | 3 | Red;Blue |
| 2 | Office;Billing | 7 | Green;Orange |
| 3 | Stores | 10 | pink |
So i am trying to extract the multivalue fields, perhaps put them into their own table? But i cannot see anyway of doing this after i have already converted the original datasource into a table. Any ideas?
Solved! Go to Solution.
Hi @cheezy ,
If I took your question correctly then you could follow below steps:-
1. Select Department column then use split column by delimiter
2. Now select the options as below:-
3. Follow the same for colour column.
4. Final output:-
Refer the file below.
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @cheezy ,
If I took your question correctly then you could follow below steps:-
1. Select Department column then use split column by delimiter
2. Now select the options as below:-
3. Follow the same for colour column.
4. Final output:-
Refer the file below.
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
thanks for your help - this works
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 40 | |
| 31 | |
| 18 | |
| 18 | |
| 15 |