Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
8 |