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 / Browse Gallery unable ...
Power Apps
Unanswered

Browse Gallery unable to display table

(0) ShareShare
ReportReport
Posted on by 14

Hi all,

 

I had created an app using a table in Dataverse and Power App studio created 3 screens automatically. The table in used for creating the app is MainTable.

Inside MainTable, there are columns that are link to other tables, eg. ProjTable and TypeTable.

The autogenerated Browse Gallery search and sort the results by other columns in MainTable, but what i needed the app to do is to display results and sort by ProjTable and TypeTable. But the Browse Gallery cannot display anything.

 

MainTable   

ProjectID

(Data Type: LookUp, Table: ProjTable)

PICFeedback

Type

(Data Type: LookUp, Table: TypeTable)

Proj1Staff1Feedback egType1
Proj2Staff3Feedback egType2
Proj3Staff2Feedback egType1

 

ProjTable  
ProjectCodeInfoValue
Proj1Project at ABC$123
Proj2Project at DEF$345
Proj3Project at XYZ$321

 

TypeTable 
Type CodeScore
Type1321
Type2234
Type3543

 

Items = fx

SortByColumns(Search([@MainTable], TextSearchBox1.Text, "cr232_ProjectID","cr232_Type"), "cr232_ProjectID", If(SortDescending1, Descending, Ascending))

 

The above command line will not have any result.

 

But if change to 

SortByColumns(Search([@MainTable], TextSearchBox1.Text, "cr232_PIC","cr232_Feedback"), "cr232_PIC", If(SortDescending1, Descending, Ascending))

 

The gallery will be populated with search results.

 

Please advise what is the issue here? Anyway to get the Browse Gallery to search and sort based on the Project instead?

 

Best regards.

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @cagepeh 

    Use AddColumns() to lookup and add the the related values from the other tables. Then you can sort and filter on them.

  • cagepeh Profile Picture
    14 on at

    Even if MainTable multiple entries are referring to 1 single entry in ProjTable? Likewise for TypeTable.

    Where should I use AddCloumns? 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 400 Most Valuable Professional

#2
11manish Profile Picture

11manish 141 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard