Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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.
You could write the SQL in PowerQuery:
= Table.NestedJoin(#"weekly report", {"Unique ID"}, Tracker, {"Unique ID"}, "Tracker", JoinKind.LeftOuter)
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.
As I understand you can not do SQL on PowerQuery but you can do exactly the same operation with an APPEND of two Queries.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 |