Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi all,
I have a question about creating columns.
I have a csv file with 3 columns:
1) word
2) type
3) number
Example:
name yes /no number
dennis yes 41
james yes 28
dennis no 39
james no 39
I want to clean up the file, and create extra columns
name yes no
dennis 41 39
So basically, dedupe the names, and add the number values in seperate columns.
Thanks,
Dennis
Solved! Go to Solution.
Pivot the yes/no column. It's in Power Query on the Transform tab
Hello @Dennis08 ,
To achive this you can use Power Query, Please lod the data in Power Query and follow the below steps.
1. In the Power Query Editor, make sure the columns are named as: word , type and number by double clinking on the cloumn header.
2. Select the type column (which contains "yes" or "no").
3. Go to Transform > Pivot Column
4.In the Values Column dropdown, select number
5. This will create two columns: one for "yes" and one for "no".
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
go to Transform Data to open Power Query Editor.
Select yes/no and click on pivot column > in the popup select values column as number.
If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
go to Transform Data to open Power Query Editor.
Select yes/no and click on pivot column > in the popup select values column as number.
If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
Hello @Dennis08 ,
To achive this you can use Power Query, Please lod the data in Power Query and follow the below steps.
1. In the Power Query Editor, make sure the columns are named as: word , type and number by double clinking on the cloumn header.
2. Select the type column (which contains "yes" or "no").
3. Go to Transform > Pivot Column
4.In the Values Column dropdown, select number
5. This will create two columns: one for "yes" and one for "no".
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
Pivot the yes/no column. It's in Power Query on the Transform tab
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
90 | |
88 | |
83 | |
64 | |
49 |
User | Count |
---|---|
127 | |
108 | |
87 | |
70 | |
66 |