- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Split multivalue column into a row for each value in the same table
Hello everybody.
From this table:
id | Multivalue |
1 | A, B |
2 | A |
3 | B |
4 | A, B, C |
5 | C |
I need this table:
id | Value |
1 | A |
1 | B |
2 | A |
3 | B |
4 | A |
and so on. Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@NewPBIe ,
In Power query editor try the below steps,
1. Split the multivalue column by comma delimiter by selecting split at Each occurrence of the delimiter,
2. Select the id column and do a right click and then do Unpivot Other Columns,
3. Delete the attribute column to get the desired output,
Thanks,
Arul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@NewPBIe ,
In Power query editor try the below steps,
1. Split the multivalue column by comma delimiter by selecting split at Each occurrence of the delimiter,
2. Select the id column and do a right click and then do Unpivot Other Columns,
3. Delete the attribute column to get the desired output,
Thanks,
Arul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
02-19-2024 07:51 AM | |||
01-19-2024 01:01 PM | |||
03-28-2023 09:55 AM | |||
08-12-2024 10:10 PM | |||
07-04-2023 08:12 AM |