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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
smpa01
Super User
Super User

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: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors