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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. 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
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 41 | |
| 30 | |
| 24 |