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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
15 | |
7 | |
6 |