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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Dear PowerBI Kings and Queens,
Currently i'm working with an API call / data set wich gives me an list / table wich contains sub tables:
Each table contains 2 text values:
The task im trying to complete is to make a singel table where the values of each sub tables are transposed like below:
Column1 | Column2
Row1 Row2
If I expand the higher table at once I get a list like below:
Could someone help me or have the solutions for my problem?
Much thanks in advance!
Solved! Go to Solution.
to know how to do this watch my video
= Table.TransformColumns(
#"Removed Other Columns" , {"Custom", (x)=> Table.FromRows({ Table.ToList(x)})
})
Thnx it worked perfectly!
to know how to do this watch my video
= Table.TransformColumns(
#"Removed Other Columns" , {"Custom", (x)=> Table.FromRows({ Table.ToList(x)})
})
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 150 | |
| 107 | |
| 64 | |
| 36 | |
| 36 |