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 ADS Table by Mu...
Power Apps
Answered

Filter ADS Table by Multiple Combo Box Selections

(0) ShareShare
ReportReport
Posted on by 50

Hi,

 

I am currently building an app which will filter an ADS table to return results by a selection of filters.

 

This is the current formula I have which will filter by a range of different fields. 

SamBrent_0-1712741252632.png

 However, I am requiring the Job Number field to be changed to a combo box in which users will be able to select multiple job numbers to filter by. The job number combo box will be filtered to the jobs which sit within the inputted project number. I have been unable to find a way to filter my table/collection by multiple job numbers, so currently it is set to a free text input which allows only one number to be entered. 

 

Any help massively apprectiated. 

 

Thanks

Categories:
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @SamBrent ,

     

    Items of the Job number Combo box:

    Distinct(Filter(ADStable, ProjectNumber = PorjectNumberInput.Text || IsBlank(PorjectNumberInput.Text)),JobNumber)

     

    The button to navigate to another screen:

    ClearCollect(TransferLinesCol, Filter(ADStable, ProjectNumber = PorjectNumberInput.Text || IsBlank(PorjectNumberInput.Text))&& JobNumber = JobNumberCombo.Selected.Value && OtherCriteria));
    Navigate(...)

     

    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

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
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard