Skip to main content
Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Unanswered

Getting data from two excel sheets or one excel sheet with two different table

(0) ShareShare
ReportReport
Posted on by 14

Hello,

 

I want to get the data from two excel sheet in one view in powerapps portal. If powerapps recognise two tables from one sheet that would be also fine.I want to display in the form of table, with rows having data from different sheet and column from another.

 

Thanks.

  • yaksh108 Profile Picture
    14 on at
    Re: Getting data from two excel sheets or one excel sheet with two different table

    Hello, 

     

    I am using the PowerApps portal to get the data and I want to display it in the form of a table. I am attaching a screenshot for better understanding.

     

    The first three-row in the attached picture grabs data from one excel sheet and the column header grabs the data from another table. rest data are checkboxes.

  • v-xida-msft Profile Picture
    on at
    Re: Getting data from two excel sheets or one excel sheet with two different table

    Hi @yaksh108 ,

    Could you please share a bit more about your scenario?

    How do you display the data from your Excel file? Using PowerApps canvas app or PowerApps Portal?

     

    If you want to display data from your Excel file within a Portal, I afraid that there is no way to achieve your needs in PowerApps currently. The Portal only support CDS Entity as data source.

     

    If you want to display the table data from different sheets within a canvas app, you could consider merge the two different table data into a single one collection, then use the collection as data source in your app. Then add a Data Table control in your app, set the Items property to the merged collection.

    I assume that there is a relationship between the two different tables. Then you could use the following formula to create the merged collection:

    ClearCollect(
     MergedCollection,
     AddColumns(
     Table1,
     "Column1FromTable2",
     LookUp(Table2, PrimaryKeyColumn = Table1[@ForeignKeyColumn], Column1FromTable2),
     "Column2FromTable2",
     LookUp(Table2, PrimaryKeyColumn = Table1[@ForeignKeyColumn], Column2FromTable2),
     "Column3FromTable2",
     LookUp(Table2, PrimaryKeyColumn = Table1[@ForeignKeyColumn], Column3FromTable2),
     ...
     ...
     )
    )

    Note: If there is no relationship between the two tables, I afraid that there is no way to display data from two excel sheet in one view in PowerApps app.

     

    Currently, recognizing two tables from one Excel sheet is not supported in PowerApps. If you would like this feature to be added in PowerApps, please submit an idea to PowerApps Ideas Forum:

    https://powerusers.microsoft.com/t5/Power-Apps-Ideas/idb-p/PowerAppsIdeas

     

    Best regards,

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35