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 / Gallery Filter For Act...
Power Apps
Answered

Gallery Filter For Activity Type Table With Choice Column

(0) ShareShare
ReportReport
Posted on by 33

Hi,

I have a Dataverse table of the type 'Activivity' that includes a column of the type 'Choice'. In PowerApps, I can filter a gallery based on the selection from a previous gallery, but have been unable to filter the same gallery using the choice column.

 

I have followed some guidance here, but to no avail:

Power Apps Guide - Dataverse - How to filter Dataverse choice columns - Power Apps Guide - Blog

 

Details are below. Any help is welcome.

Table name: 1_Action_Trackers

Column Name: Activity_Status

 

Formula being used

Filter('1_Action_Trackers',Action_Owner.'Full Name'=Gallery2_1.Selected.'Full Name' && Activity_Status[@Activity_Status].Open)

 

Error message: 

Solsus1_1-1666789444840.png

 

 

Column Activity_Status settings

Solsus1_0-1666789259569.png

 

Table Properties

Solsus1_2-1666789507723.png

 

 

 

 

I have the same question (0)
  • Verified answer
    Solsus1 Profile Picture
    33 on at

    If any folk are interested, my issue turned out to be with the column name reference. In the new powerapps view, I could not see the table reference I needed to use to construct the correct formula. In the end I was able to obtain it by going into classic view and checking the details there.

     

    My formula to filter the gallery so only Open statecode records showed was as follows (noting it also includes a date picker function):

    If(IsBlank(DatePicker1_1.SelectedDate),
    Filter('1_Action_Trackers', 'Activity Status'= 'Activity Status (1_Action_Trackers)'.Open),
    Filter('1_Action_Trackers','Due Date'<DatePicker1_1.SelectedDate,
    'Activity Status'= 'Activity Status (1_Action_Trackers)'.Open))

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 545 Most Valuable Professional

#2
Haque Profile Picture

Haque 314

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard