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 on AAD table in...
Power Apps
Unanswered

Filter on AAD table including ampersand

(0) ShareShare
ReportReport
Posted on by 802

Hi, 

 

I am using the below to filter a combobox on the AAD table:

 

Filter('AAD Users', 'Company Name' = "Company1" || 'Company Name' = "Company2" || 'Company Name' = "Company3" || 'Company Name' = "Company4" || 'Company Name' = "Company5" || 'Company Name' = "Company6" || 'Company Name' = "Company7" || 'Company Name' = "Walker & Co")

 

The last || (or) is causing an error on the Filter command though, I think it is due to the ampersand in the company name. How can I change this last filter term so, instead, it looks up if Company Name CONTAINS "Walker", it is still included in the Filter?

 

Thanks

K. 

Categories:
I have the same question (0)
  • RahulAnsari Profile Picture
    58 on at

    Hi,Kosenurm

     remove ampersand  and use only Company Name="Walker" like i used in below 

     

    Filter(
     'AAD User',
     'Company Name' = "Company1" || 'Company Name'="Company2" || 'Company Name'="Company3" || 'Company Name'="Company4" || 'Company Name'="Company5" || 'Company Name'="Company5" || 'Company Name'="Company6" || 'Company Name'="Company7" || 'Company Name'="Walker"
    )

     

     

  • Kosenurm Profile Picture
    802 on at

    Hi - thanks but that doesn't work. The Company Name on AAD table is "Walker & Co". Using = "Walker" doesn't include the records as it does not equal "Walker".

     

    Thanks

    K.

  • RahulAnsari Profile Picture
    58 on at

    Kosenurm

     

    try this i am not getting error in The last || (or) please change table name selectedRequestorList to AAD table

     i also change Company Name "Walker " to "Walker & Co"    see below

     

     

    Filter(
     selectedRequestorList,
     'Company Name' = "Company1" || 'Company Name'="Company2" || 'Company Name'="Company3" || 'Company Name'="Company4" || 'Company Name'="Company5" || 'Company Name'="Company5" || 'Company Name'="Company6" || 'Company Name'="Company7" || 'Company Name'="Walker & Co"
    )

     

     

     

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

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard