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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Column has multiple values, if any mutliple value comes in column; i want to convert all that multiple value of the columns to one row. Please help.
that is example
| U PAX | DEPT | RANK | |
| A | PERFUMES | 1 | |
| A | BOOKS | 2 | |
| B | COSMETICS | 1 | |
| B | LIQUOR | 2 | |
| B | PHARMACY | 3 | |
| C | FOOD PLUS | 1 | |
| D | ELECTRONICS | 1 | |
| RANK | 1 | 2 | 3 |
| A | BOOKS | PERFUMES | |
| B | COSMETICS | LIQUOR | PHARMACY |
| C | FOOD PLUS | ||
| D | ELECTRONICS |
Solved! Go to Solution.
Hi, @SUDHIBEE
1. Open power query editor.
2. transform >> pivot column
3. pivot on DEPT column and expand the advanced options and select don't aggregate.
you will get your desired result. I did this. below is the ss.
rename the first column as rank.
Proud to be a Super User!
Hi, @SUDHIBEE
1. Open power query editor.
2. transform >> pivot column
3. pivot on DEPT column and expand the advanced options and select don't aggregate.
you will get your desired result. I did this. below is the ss.
rename the first column as rank.
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.