web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Joining 2 data source ...
Power Apps
Answered

Joining 2 data source but different structures

(0) ShareShare
ReportReport
Posted on by 51

Hi expert,

 

I have question. Is it possible to join 2 SharePoint Lists in 1 gallery where they share same ID but different structures. Say for example:

List A: ID, Name, Start Date, End Date, Remarks, Status

List B: ID, Name, Description, Type

If possible, may I know how?

Thanks

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,481 Most Valuable Professional on at

    Hi @WydaPBI ,

    Items of the Gallery

    AddColumns,
     ListA,
     "Description",
     LookUp(
     ListB As _B,
     _B.ID = ID
     ).Description,
     "Type",
     LookUp(
     ListB As _B,
     _B.ID = ID
     ).Type
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

  • WydaPBI Profile Picture
    51 on at

    Hi @WarrenBelz 

    I managed to get it work however I there is some warning even though the data does shows in the gallery. The warning as below:

    WydaPBI_0-1707657339062.png

    How to solve it ya?

  • WarrenBelz Profile Picture
    154,481 Most Valuable Professional on at

    @WydaPBI ,

    That is correct - it is not Delegable and you cannot make it so.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard