Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Syndicate_Admin
Administrator
Administrator

Change Table

 

Hello, everyone!!

How can i change table A to table B with Power Query???

1 REPLY 1
AlienSx
Super User
Super User

Hello, PQ21

let
    Source = TableA,
    group = Table.Group(Source, {"Column1"}, {{"columns", each _[Column2]}}),
    z = Table.FromColumns(group[columns], group[Column1])
in
    z

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors