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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi, I'm trying to do something like a transpose to my imported excel sheet, so i can match the columns it to an existing table
Here's the original data
Here's what I'm trying to do
I added a new column, and I need to put the ID in each row in that new column the corresponding ID from the value field, so it looks like this.
Easy to do in excel but not easy to do in power bi (so far),
How do we do this in powerBI? Is this enough information?
Solved! Go to Solution.
Hi @Anonymous,
To do this you need to use the unpivot option. Select the column Investment then go to unpivot and select unpivot other columns result below:
If you want the Column Investment priority to also be kept has is select both columns before the unpivot
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous,
To do this you need to use the unpivot option. Select the column Investment then go to unpivot and select unpivot other columns result below:
If you want the Column Investment priority to also be kept has is select both columns before the unpivot
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThanks very much. Your advice helped me out.