Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
hey team,
i have an excel file with a column that contains names,role, and companies of the users,
I want to transform A3 to b2, a4 to c2,a5 to a3, a6 to b3, and a7to c3... ie every name should be in the name column, role in the role column and company in company column
Solved! Go to Solution.
Hi @Anonymous ,
You could transpose the Name column and then use the first row as the headers.
1.Transpose
2.Use first row as headers
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
=#table({"Name","Role","Company"},List.Split(PreviousStepName[Name],3))
Thanks, this is throwing error in power query, Can you please eloborate it
Hi @Anonymous ,
You could transpose the Name column and then use the first row as the headers.
1.Transpose
2.Use first row as headers
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
27 | |
26 | |
21 | |
12 | |
10 |
User | Count |
---|---|
27 | |
25 | |
22 | |
17 | |
13 |