Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
one = Table.ToList(
your_table,
(w) => List.TransformMany(
{w},
(x) => List.Skip(List.Split(x, 2)),
(x, y) => List.FirstN(x, 2) & y
)
),
two = Table.FromList(List.Combine(one), (x) => x, {"Name", "Phone", "Address", "State"})
one = Table.ToList(
your_table,
(w) => List.TransformMany(
{w},
(x) => List.Skip(List.Split(x, 2)),
(x, y) => List.FirstN(x, 2) & y
)
),
two = Table.FromList(List.Combine(one), (x) => x, {"Name", "Phone", "Address", "State"})
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.