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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
smpa01
Community Champion
Community Champion

SQL Native Union comparable in ODataFeed Native Query

Hello Experts,

 

I have used ODataFeed connector for sharepoint lists. The sharepoint I connect to contains 120 lists. Let's suppose for now I have 2 lists each with Title, Index and First Name Column

 

Now I have used following methods

let
    Source = OData.Feed("https://x.sharepoint.com/teams/Test102/_api/web/lists/GetByTitle('TestList1')/Items?$select=Title, Index, First_x0020_Name"),
    Custom1 = OData.Feed("https://x.sharepoint.com/teams/Test102/_api/web/lists/GetByTitle('TestList2')/Items?$select=Title, Index, First_x0020_Name"),
    Custom2 = Source&Custom1
in
    Custom2

I am geting each list in each  step and then appending together at the end. I was wondering if there is a SQL-like native query exists for ODataFeed where I can append both the tables in the native query before importing into Query Editor

 

SELECT column_name(s) FROM table1
UNION
SELECT column_name(s) FROM table2; 

Sql Union

 

If there is a Union I can perform in OdataFeed Native Query the power BI performance is going to improve. I don't want to do the append in M if there is a native UNION exists in ODATA

 

Thank you in advance.


========================
Did I answer your question? Mark my post as a solution!
Proud to be a Super User
My Custom Visualization Projects
• Plotting Live Sound: Live Sound
• Beautiful News: Women in Parliament, Energy Mix, Shrinking Armies
• Visual Capitalist: Working Hrs
• Others: Easing Graph, Animated Calendar
MayViz Submissions
• Week 1: View
• Week 2: View
• Week 3: View
• Week 4: View
========================
1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@smpa01,

 

You may check the link below.

https://stackoverflow.com/questions/22954807/rest-query-with-two-lists

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.