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
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.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 7 | |
| 5 |