The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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)})
})
User | Count |
---|---|
83 | |
82 | |
34 | |
33 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |