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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Dear, all
Here is my problem is i want to transform my table from row value to columns. Which means the rows that transfrom to columns bind itself with the key by the Boolean condition 1 or 0.
Seller_Id | Product |
1 | Chess |
2 | Door |
3 | Shampoo |
4 | shoes |
Here what i want after the transformation :
True is the seller have sell the product , False if not
Seller _Id | Chess | Door | shampoo | shoes |
1 | 1 | 0 | 1 | 1 |
2 | 0 | 1 | 0 | 0 |
3 | 1 | 1 | 1 | 1 |
4 | 1 | 1 | 0 | 0 |
Thanks in advance
Solved! Go to Solution.
@Anonymous , 1 is matrix visual
seller on row, product on column, and count of product on values
other is pivot table power query
https://radacad.com/pivot-and-unpivot-with-power-bi
@Anonymous , 1 is matrix visual
seller on row, product on column, and count of product on values
other is pivot table power query
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.