Przemyslaw Remin
Przemyslaw Remin

Reputation: 6940

How to consolidate queries from multiple Power BI pbix files into one file?

I have two Power BI files with many sources each. Is there a convenient way to move all the queries and keep all the transformations done in M? In other words, I would like to have all of the queries from both files in one location.

Upvotes: 3

Views: 9546

Answers (1)

Alexis Olson
Alexis Olson

Reputation: 40204

You can now copy and paste queries from one Power BI file to another.

Go into the query editor and select all of the queries you want to move to another file, right-click > Copy, then Paste into the same section of the destination file.

Copy and Paste

Upvotes: 8

Related Questions