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 / Filter a gallery popul...
Power Apps
Answered

Filter a gallery populated with a Dataverse table

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have related tables in dataverse:

Table A (Parent):

TimeSheetId 
1 
2 

Table B (Child):

TimeSheetId 
1 
1 
1 
2 
2 

I need to filter a gallery that displays the items from table B, to only show either the parents TimeSheetId 1 or 2. My PowerApp allows the user to click a parent item (in a gallery), it then navigates to another gallery that should show all items from the selected parent item (1 or 2). 

I am storing the selected parent TimesheetId in a variable and using it within the below function to filter the datasource:

 

 

Filter(TimesheetProjectWorks, varTimesheetId = TimesheetId) 

 

 

but I'm getting incompatible types, these can't be compared Text, Record). How to filter a dataverse table displaying in a gallery?


 

I have the same question (0)
  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Figured it:

    Filter(TimesheetProjectWorks, varTimesheetId = ThisRecord.TimesheetId.TimesheetId)

    Not entirely sure why it needed the extra TimesheetId on the end?

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
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard