Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Helo experts,
Need to pivot data like below
Please help
| No | Name | Type |
| 100, 101, 102 | Apple | Fruit |
| 200, 201, 202 | Onion | Veg |
| No | Name | Type |
| 100 | Apple | Fruit |
| 101 | Apple | Fruit |
| 102 | Apple | Fruit |
| 200 | Onion | Veg |
| 201 | Onion | Veg |
| 202 | Onion | Veg |
Solved! Go to Solution.
Hello @Anonymous
do the following :
step1 : select the column to expand to rows and click on spit columns --> by delimiter,
step 2 :
hit enter.
f my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution !✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠
Hello @Anonymous
do the following :
step1 : select the column to expand to rows and click on spit columns --> by delimiter,
step 2 :
hit enter.
f my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution !✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠
Hi, judging by your data, you should first split the first column by the ", " in order to create separate columns with numbers. Next you can play with pivot/unpivot columns/other columns.
Kudos and mark as solution appreciated 🙂
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 51 | |
| 36 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |