Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I am trying to find a solution for below problem. I want to replicate my input and add flag columns. Here is my data:
Col1 Col2 Col3 Col4 Col5
aa bb cc dd 100
aa bb cc ee 200
aa bb cc ff 400
Output:
Col1 Col2 Col3 Col4 Col5 dd ee ff
aa bb cc dd 100 Yes No No
aa bb cc ee 200 No Yes No
aa bb cc ff 400 No No Yes
Thanks in advance.
Solved! Go to Solution.
@Anonymous In Transform Data, or Power Query, click on the Col4 and then choose Transform --> Pivot Column. (If you want both columns, you can right-click and duplicate the Col4 first, then pivot it.)
Let me know if that works for you!
Respectfully,
Zoe Douglas (DataZoe)
Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/
@Anonymous In Transform Data, or Power Query, click on the Col4 and then choose Transform --> Pivot Column. (If you want both columns, you can right-click and duplicate the Col4 first, then pivot it.)
Let me know if that works for you!
Respectfully,
Zoe Douglas (DataZoe)
Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.