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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
im_newbie_123
Frequent Visitor

Use advanced power query editor to use SQL statement

I have a sql statement which is union of two tables.

 

I want to use the sql statement inside advaced query editor.

 

My SQL Statement :

SELECT [ABC],[XYZ] FROM TABLE1
UNION
SELECT [PQR],[YAA] FROM TABLE2

 

I have to create something similar to a view which will have union of these two tables along with a new name for the dataset.

3 REPLIES 3
Anonymous
Not applicable

You could write the SQL in PowerQuery:

= Table.NestedJoin(#"weekly report", {"Unique ID"}, Tracker, {"Unique ID"}, "Tracker", JoinKind.LeftOuter)

v-frfei-msft
Community Support
Community Support

Hi @im_newbie_123 ,

 

In power query, we should rename the column [PQR],[YAA] in table2 to  [ABC],[XYZ], then we can append the tables to get a excepted table.

 

Btw, we can enter the sql statement when we connect to the database in power bi desktop.

2.PNGCapture.PNG

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
Anonymous
Not applicable

As I understand you can not do SQL on PowerQuery but you can do exactly the same operation with an APPEND of two Queries. 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.