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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Table 1 | |
Project | Variable |
1 | 1, 2, 3 |
2 | 4, 5, 6 |
Good morning 🙂 - I'm trying to change table 1 shown above into table 2, I've tried splitting by the comma delimiter and merging columns but am struggling to get this to work - what is the simplest way to be able to split the variables to be able to get the table 2 output?
Thank you!
Table 2 | |
Project | Variable |
1 | 1 |
1 | 2 |
1 | 3 |
2 | 4 |
2 | 5 |
2 | 6 |
Solved! Go to Solution.
Hello @pigsinblankets ,
you need to split the columns then to pivot the table.
check this out https://youtu.be/URAJ_aDiREE?si=bCCeW_-bmMMcdsj7
Proud to be a Super User! | |
Hello @pigsinblankets ,
you need to split the columns then to pivot the table.
check this out https://youtu.be/URAJ_aDiREE?si=bCCeW_-bmMMcdsj7
Proud to be a Super User! | |