The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have data like below
App id , appname, servers(seperated with comma in single cell)
App1, application1, ser1,ser2, ser3
app2, application2, ser4,ser5
and I need conver rlike below
App1, application1,ser1
app1,application1,ser2
app1,application1,ser3
app2,application2,ser4
app2,application2,ser5
Can you please help on with power query or any other options.
Solved! Go to Solution.
@Anonymous Select your last 3 columns, right click the header row of one of the columns and choose Unpivot columns. Or the reverse, select the first 2 columns, right click and Unpivot other columns.
@Anonymous Select your last 3 columns, right click the header row of one of the columns and choose Unpivot columns. Or the reverse, select the first 2 columns, right click and Unpivot other columns.